SpiderTab
SpiderTab allows you to easily set up certain webpages and layouts as your default 'new tab page'.
Was ist SpiderTab?
SpiderTab ist eine Chrome-Erweiterung, die von mircea.sorin.sebastian entwickelt wurde, und ihr Hauptmerkmal ist "SpiderTab allows you to easily set up certain webpages and layouts as your default 'new tab page'.".
Erweiterungsscreenshots
SpiderTab-Erweiterungs-CRX-Datei herunterladen
Laden Sie SpiderTab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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'. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | figmmpfpocbfimmkcobcchfmgppljhla |
| Offizielle URL | https://chromewebstore.google.com/detail/spidertab/figmmpfpocbfimmkcobcchfmgppljhla |
| Beschreibung | SpiderTab allows you to easily set up certain webpages and layouts as your default 'new tab page'. |
| Dateigröße | 1.11 MB |
| Installationsanzahl | 447 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2020-08-03 |
| Veröffentlichungsdatum | 2020-07-20 |
| Bewertung | 4.13/5 Insgesamt 8 Bewertungen |
| Entwickler | mircea.sorin.sebastian |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://sorinmircea.com/privacy_policy |
| Unterstützte Sprachen | 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",
"*:\/\/*\/*"
]
} | |