Quick New Tab

Customize your Chrome New Tab page without breaking the UX.

Cos'è Quick New Tab?

Quick New Tab è un'estensione di Chrome sviluppata da rmnoon, e la sua funzione principale è "Customize your Chrome New Tab page without breaking the UX.".

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

                        A Chrome extension to customize your "New Tab" page without breaking the user experience (the URL bar will still have keyboard focus).

Improve your productivity by replacing your favorite (and likely most distracting) websites with some other site (e.g. your todo list app).                    

Informazioni di Base sull'Estensione

Nome Quick New Tab Quick New Tab
ID nfmnfkpjdcgodkcdjhhgfefpjbcnkfhi
URL Ufficiale https://chromewebstore.google.com/detail/quick-new-tab/nfmnfkpjdcgodkcdjhhgfefpjbcnkfhi
Descrizione Customize your Chrome New Tab page without breaking the UX.
Dimensione del File 663 KB
Conteggio Installazioni 348
Versione Corrente 1.0.4
Ultimo Aggiornamento 2023-09-28
Data di Pubblicazione 2020-03-28
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore rmnoon
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/rmnoon/quick-new-tab
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick New Tab",
    "version": "1.0.4",
    "short_name": "QuickNewTab",
    "description": "Customize your Chrome New Tab page without breaking the UX.",
    "icons": {
        "24": "icon_24.png",
        "32": "icon_32.png",
        "64": "icon_64.png",
        "128": "icon_128.png",
        "512": "icon_512.png"
    },
    "homepage_url": "https:\/\/github.com\/rmnoon\/quick-new-tab",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "options_page": "options.html"
}