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 |
| 官方URL | 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
} | |