NCT New Tab

Replaces each new tab with an NCT picture and quote.

Cos'è NCT New Tab?

NCT New Tab è un'estensione di Chrome sviluppata da jennifer, e la sua funzione principale è "Replaces each new tab with an NCT picture and quote.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione NCT New Tab

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

                        NCT New Tab replaces each new tab page with an NCT picture and quote. There are over 200 combinations of background colors, pictures, and quotes!                    

Informazioni di Base sull'Estensione

Nome NCT New Tab NCT New Tab
ID fgigciogjfempoibledajebmlabaekee
URL Ufficiale https://chromewebstore.google.com/detail/nct-new-tab/fgigciogjfempoibledajebmlabaekee
Descrizione Replaces each new tab with an NCT picture and quote.
Dimensione del File 13.54 MB
Conteggio Installazioni 524
Versione Corrente 1.1
Ultimo Aggiornamento 2021-01-07
Data di Pubblicazione 2020-12-29
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore jennifer
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NCT New Tab",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Replaces each new tab with an NCT picture and quote.",
    "chrome_url_overrides": {
        "newtab": "page.html"
    },
    "icons": {
        "16": "smalljaemin.png",
        "32": "smalljaemin.png",
        "48": "smalljaemin.png",
        "128": "smalljaemin.png"
    },
    "browser_action": {
        "default_title": "NCT New Tab",
        "default_icon": "smalljaemin.png"
    }
}