ZeroTab - Empty New Tab Page

With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.

Cos'è ZeroTab - Empty New Tab Page?

ZeroTab - Empty New Tab Page è un'estensione di Chrome sviluppata da Yauheni Pakala, e la sua funzione principale è "With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ZeroTab - Empty New Tab Page

Scarica i file di estensione ZeroTab - Empty New Tab Page 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

                        With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails. With additional options, for example: custom background color.                    

Informazioni di Base sull'Estensione

Nome ZeroTab - Empty New Tab Page ZeroTab - Empty New Tab Page
ID anbfanbhcjohnkjjccckagjcmolhhdgd
URL Ufficiale https://chromewebstore.google.com/detail/zerotab-empty-new-tab-pag/anbfanbhcjohnkjjccckagjcmolhhdgd
Descrizione With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.
Dimensione del File 7.76 KB
Conteggio Installazioni 25
Versione Corrente 1.0.1
Ultimo Aggiornamento 2021-12-11
Data di Pubblicazione 2019-03-09
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Yauheni Pakala
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/wcoder/ZeroTab
URL della Pagina di Aiuto https://github.com/wcoder/ZeroTab/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ZeroTab - Empty New Tab Page",
    "version": "1.0.1",
    "short_name": "ZeroTab",
    "description": "With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.",
    "icons": {
        "128": "icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ]
}