Empty New Tab Page

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

Cos'è Empty New Tab Page?

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

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Empty New Tab Page

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

                                            

Informazioni di Base sull'Estensione

Nome Empty New Tab Page Empty New Tab Page
ID ldnoknppacjpejoacooogblpenmdligp
URL Ufficiale https://chrome.google.com/webstore/detail/empty-new-tab-page/ldnoknppacjpejoacooogblpenmdligp
Descrizione With this extension, new tabs displays a blank page instead of the usual new tab page with thumbnails.
Dimensione del File 6.71 KB
Conteggio Installazioni 103
Versione Corrente 1.1.2
Ultimo Aggiornamento 2016-01-16
Data di Pubblicazione 2016-01-16
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore ✰✰✰✰✰✰
Tipo di Pagamento free
Lingue Supportate de,en
manifest.json
{
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.2",
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "empty_newtab.html"
    },
    "description": "__MSG_description__",
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}