Empty New Tab Page
With this extension, new tabs display 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 [email protected], 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
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
For those who don't want to worry which recently visited pages show up on the new tab page, who prefer plain over noisy, simple over complex. Version 1.2.0 adds dark mode support.
Informazioni di Base sull'Estensione
Nome | Empty New Tab Page |
ID | dpjamkmjmigaoobjbekmfgabipmfilij |
URL Ufficiale | https://chromewebstore.google.com/detail/empty-new-tab-page/dpjamkmjmigaoobjbekmfgabipmfilij |
Descrizione | With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails. |
Dimensione del File | 10.61 KB |
Conteggio Installazioni | 198,868 |
Versione Corrente | 1.2.0 |
Ultimo Aggiornamento | 2021-09-14 |
Data di Pubblicazione | 2019-05-13 |
Valutazione | 4.40/5 Totale 1183 Valutazioni |
Sviluppatore | [email protected] |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Empty New Tab Page", "version": "1.2.0", "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": "empty_ntp.html" } } |