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 |
| Eメール | [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",
"*:\/\/*\/*"
]
} | |