SpiderTab

SpiderTab allows you to easily set up certain webpages and layouts as your default 'new tab page'.

Cos'è SpiderTab?

SpiderTab è un'estensione di Chrome sviluppata da mircea.sorin.sebastian, e la sua funzione principale è "SpiderTab allows you to easily set up certain webpages and layouts as your default 'new tab page'.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione SpiderTab

Scarica i file di estensione SpiderTab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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'.                    

Informazioni di Base sull'Estensione

Nome SpiderTab SpiderTab
ID figmmpfpocbfimmkcobcchfmgppljhla
URL Ufficiale https://chromewebstore.google.com/detail/spidertab/figmmpfpocbfimmkcobcchfmgppljhla
Descrizione SpiderTab allows you to easily set up certain webpages and layouts as your default 'new tab page'.
Dimensione del File 1.11 MB
Conteggio Installazioni 447
Versione Corrente 1.1
Ultimo Aggiornamento 2020-08-03
Data di Pubblicazione 2020-07-20
Valutazione 4.13/5 Totale 8 Valutazioni
Sviluppatore mircea.sorin.sebastian
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://sorinmircea.com/privacy_policy
Lingue Supportate 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",
        "*:\/\/*\/*"
    ]
}