Newtab Clear
Replace current newtab screen with blank newtab.
Cos'è Newtab Clear?
Newtab Clear è un'estensione di Chrome sviluppata da [email protected], e la sua funzione principale è "Replace current newtab screen with blank newtab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Newtab Clear
Scarica i file di estensione Newtab Clear 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 prefer new tabs display a blank page
Informazioni di Base sull'Estensione
Nome | Newtab Clear |
ID | dgjhckfnkeboglnhifjdbpakiocmophg |
URL Ufficiale | https://chromewebstore.google.com/detail/newtab-clear/dgjhckfnkeboglnhifjdbpakiocmophg |
Descrizione | Replace current newtab screen with blank newtab. |
Dimensione del File | 17.13 KB |
Conteggio Installazioni | 72 |
Versione Corrente | 1.2.5 |
Ultimo Aggiornamento | 2014-05-28 |
Data di Pubblicazione | 2014-05-28 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | [email protected] |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Newtab Clear", "version": "1.2.5", "description": "Replace current newtab screen with blank newtab.", "icons": { "128": "img\/icon128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "offline_enabled": true } |