SpiderTab
SpiderTab allows you to easily set up certain webpages and layouts as your default 'new tab page'.
什么是SpiderTab?
SpiderTab是由mircea.sorin.sebastian开发的Chrome扩展程序,该扩展的主要功能是“SpiderTab allows you to easily set up certain webpages and layouts as your default 'new tab page'.”。
扩展截图
下载SpiderTab扩展crx文件
下载SpiderTab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Chrome allows you to have a custom page set up as the 'new tab page', but what happens if you want more than one page to be opened whenever you start a new tab? This is exactly what SpiderTab allows you to do. Easily set up certain webpages and layouts as your default 'new tab page'. 扩展基本信息
| 名称 | |
| ID | figmmpfpocbfimmkcobcchfmgppljhla |
| 官方URL | https://chromewebstore.google.com/detail/spidertab/figmmpfpocbfimmkcobcchfmgppljhla |
| 简介 | SpiderTab allows you to easily set up certain webpages and layouts as your default 'new tab page'. |
| 文件大小 | 1.11 MB |
| 安装次数 | 447 |
| 当前版本 | 1.1 |
| 更新时间 | 2020-08-03 |
| 上架时间 | 2020-07-20 |
| 评分 | 4.13/5 共8次评分 |
| 开发者 | mircea.sorin.sebastian |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://sorinmircea.com/privacy_policy |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SpiderTab",
"version": "1.1",
"description": "SpiderTab allows you to easily set up certain webpages and layouts as your default 'new tab page'.",
"manifest_version": 2,
"icons": {
"512": "spider-512.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"browser_action": {
"default_icon": "spider-512.png",
"default_popup": "popUp\/index.html",
"default_title": "SpiderTab Manager"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"webRequest",
"webRequestBlocking",
"*:\/\/*\/*"
]
} | |