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 |
| 官方網址 | 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",
"*:\/\/*\/*"
]
} | |