Tab Pro
A clean, simple new tab page
什麼是Tab Pro?
Tab Pro是由https://www.smibware.com開發的Chrome擴展程式,該擴展的主要功能是“A clean, simple new tab page”。
擴展截圖
下載Tab Pro擴展crx文件
下載Tab Pro擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A simple, clean and elegant new tab page.
This is only the beginning as we are consistently working on updating it. 擴展基本資訊
| 名稱 | |
| ID | ancpkmhofkbnnokhminpbegbhdafdjbg |
| 官方網址 | https://chromewebstore.google.com/detail/tab-pro/ancpkmhofkbnnokhminpbegbhdafdjbg |
| 簡介 | A clean, simple new tab page |
| 檔案大小 | 1.17 MB |
| 安裝次數 | 12 |
| 目前版本 | 2.0 |
| 更新時間 | 2016-01-19 |
| 上架時間 | 2016-01-19 |
| 評分 | 5.00/5 共 4 次評分 |
| 開發者 | https://www.smibware.com |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"js\/background.js"
]
},
"browser_action": {
"default_icon": "img\/icon.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"css": [
"css\/injectcss.css"
],
"exclude_matches": [
"*:\/\/www.mymaths.co.uk\/",
"*:\/\/www.myimaths.com\/"
],
"js": [
"js\/jquery\/jquery.min.js",
"js\/jquery\/jquery-ui.min.js",
"js\/injectscript.js"
],
"matches": [
"*:\/\/www.mymaths.co.uk\/*",
"*:\/\/www.myimaths.com\/*",
"*:\/\/app.mymaths.co.uk\/*",
"*:\/\/app.myimaths.com\/*"
],
"run_at": "document_start"
}
],
"name": "Tab Pro",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"description": "A clean, simple new tab page",
"version": "2.0",
"incognito": "split",
"chrome_url_overrides": {
"newtab": "index.html"
},
"manifest_version": 2
} | |