Doctor Who Tab

This extension will display a productivity tab with a Doctor Who theme

Cos'è Doctor Who Tab?

Doctor Who Tab è un'estensione di Chrome sviluppata da nlai, e la sua funzione principale è "This extension will display a productivity tab with a Doctor Who theme".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Doctor Who Tab

Scarica i file di estensione Doctor Who Tab 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

                        Tired of the standard new tab page for Google Chrome? Fellow Whovian? You've come to the right place! The Doctor Who Chrome Extension replaces the standard new tab page and features a Tardis-themed background and todo list to keep you on track as you browse the web.                    

Informazioni di Base sull'Estensione

Nome Doctor Who Tab Doctor Who Tab
ID ckpglafpbjagceoefmgcifimljefkenb
URL Ufficiale https://chrome.google.com/webstore/detail/doctor-who-tab/ckpglafpbjagceoefmgcifimljefkenb
Descrizione This extension will display a productivity tab with a Doctor Who theme
Dimensione del File 10.8 MB
Conteggio Installazioni 1,000
Versione Corrente 1.3
Ultimo Aggiornamento 2016-08-22
Data di Pubblicazione 2016-08-22
Valutazione 4.08/5 Totale 50 Valutazioni
Sviluppatore nlai
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/n-lai/geronimo
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Doctor Who Tab",
    "description": "This extension will display a productivity tab with a Doctor Who theme",
    "version": "1.3",
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}