SpiderTab
SpiderTab allows you to easily set up certain webpages and layouts as your default 'new tab page'.
Qu'est-ce que SpiderTab ?
SpiderTab est une extension Chrome développée par mircea.sorin.sebastian, et sa fonction principale est "SpiderTab allows you to easily set up certain webpages and layouts as your default 'new tab page'.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SpiderTab
Téléchargez les fichiers d'extension SpiderTab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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'.
Informations de Base sur l'Extension
Nom | SpiderTab |
ID | figmmpfpocbfimmkcobcchfmgppljhla |
URL Officiel | https://chromewebstore.google.com/detail/spidertab/figmmpfpocbfimmkcobcchfmgppljhla |
Description | SpiderTab allows you to easily set up certain webpages and layouts as your default 'new tab page'. |
Taille du Fichier | 1.11 MB |
Nombre d'Installations | 447 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2020-08-03 |
Date de Publication | 2020-07-20 |
Évaluation | 4.13/5 Total 8 Évaluations |
Développeur | mircea.sorin.sebastian |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://sorinmircea.com/privacy_policy |
Langues Prises en Charge | 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", "*:\/\/*\/*" ] } |