Dark Tab

Replace the new tab page with a dark, high-quality, minimalist user interface that pairs nicely with dark themes.

Cos'è Dark Tab?

Dark Tab è un'estensione di Chrome sviluppata da bhavman2, e la sua funzione principale è "Replace the new tab page with a dark, high-quality, minimalist user interface that pairs nicely with dark themes.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Dark Tab

Scarica i file di estensione Dark 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

                                            

Informazioni di Base sull'Estensione

Nome Dark Tab Dark Tab
ID hennhogejmpcmcdpjbfhangpmngfnbkl
URL Ufficiale https://chromewebstore.google.com/detail/dark-tab/hennhogejmpcmcdpjbfhangpmngfnbkl
Descrizione Replace the new tab page with a dark, high-quality, minimalist user interface that pairs nicely with dark themes.
Dimensione del File 21.28 KB
Conteggio Installazioni 12
Versione Corrente 1.3
Ultimo Aggiornamento 2019-01-11
Data di Pubblicazione 2019-01-11
Sviluppatore bhavman2
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark Tab",
    "description": "Replace the new tab page with a dark, high-quality, minimalist user interface that pairs nicely with dark themes.",
    "version": "1.3",
    "author": "Bhavik Raval",
    "manifest_version": 2,
    "icons": {
        "128": "light-on-128.png",
        "48": "light-on-48.png",
        "16": "light-on-16.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "light-on-16.png",
        "default_title": "Dark Tab"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "http:\/\/api.unsplash.com\/*"
    ]
}