Blank New Tab - Dark

Replaces the default new tab page with a blank, dark gray page to match Chrome's dark mode.

Cos'è Blank New Tab - Dark?

Blank New Tab - Dark è un'estensione di Chrome sviluppata da ADHD Squirrel, e la sua funzione principale è "Replaces the default new tab page with a blank, dark gray page to match Chrome's dark mode.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Blank New Tab - Dark

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

                        Much easier on the eyes than white, especially at night and perfectly matches the new dark mode. Hides the search bar and most visited sites on the new tab leaving you with only gray.                    

Informazioni di Base sull'Estensione

Nome Blank New Tab - Dark Blank New Tab - Dark
ID hpbfnfnaongmefofknokecpecifhldof
URL Ufficiale https://chromewebstore.google.com/detail/blank-new-tab-dark/hpbfnfnaongmefofknokecpecifhldof
Descrizione Replaces the default new tab page with a blank, dark gray page to match Chrome's dark mode.
Dimensione del File 4.68 KB
Conteggio Installazioni 47
Versione Corrente 1.4
Ultimo Aggiornamento 2022-01-25
Data di Pubblicazione 2020-06-21
Sviluppatore ADHD Squirrel
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Blank New Tab - Dark",
    "short_name": "Blank New Tab",
    "version": "1.4",
    "description": "Replaces the default new tab page with a blank, dark gray page to match Chrome's dark mode.",
    "author": "ADHD Squirrel",
    "icons": {
        "48": "BNT48.png",
        "128": "BNT128.png"
    },
    "chrome_url_overrides": {
        "newtab": "ntp.html"
    }
}