Quick New Tab

Displays new tabs with a blank page and a title of New Tab.

Cos'è Quick New Tab?

Quick New Tab è un'estensione di Chrome sviluppata da Dan Hersam, e la sua funzione principale è "Displays new tabs with a blank page and a title of New Tab.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Quick New Tab

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

                        The fastest way to open a new tab.  No more recent web sites or anything else to slow it down.  This shows a clean, blank page with the title of New Tab.

No permissions required.

The source code is here: https://github.com/jaden/quick-new-tab                    

Informazioni di Base sull'Estensione

Nome Quick New Tab Quick New Tab
ID jckhphckflmhijknilbdgpdjjkehbhpm
URL Ufficiale https://chromewebstore.google.com/detail/quick-new-tab/jckhphckflmhijknilbdgpdjjkehbhpm
Descrizione Displays new tabs with a blank page and a title of New Tab.
Dimensione del File 9.97 KB
Conteggio Installazioni 45
Versione Corrente 1.0.3
Ultimo Aggiornamento 2024-01-19
Data di Pubblicazione 2014-04-24
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore Dan Hersam
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://snapmagic.net/privacy.html
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Quick New Tab",
    "description": "Displays new tabs with a blank page and a title of New Tab.",
    "version": "1.0.3",
    "chrome_url_overrides": {
        "newtab": "quick_new_tab.html"
    },
    "icons": {
        "128": "icon.png"
    }
}