Blank New Tab
Create a blank new tab without any existing content.
Cos'è Blank New Tab?
Blank New Tab è un'estensione di Chrome sviluppata da https://yifanwu.net, e la sua funzione principale è "Create a blank new tab without any existing content.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Blank New Tab
Scarica i file di estensione Blank 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
This plugin makes the new tab page complete blank. Informazioni di Base sull'Estensione
| Nome | |
| ID | beafekehjfhnkpnnjegadfdncaipnljp |
| URL Ufficiale | https://chromewebstore.google.com/detail/blank-new-tab/beafekehjfhnkpnnjegadfdncaipnljp |
| Descrizione | Create a blank new tab without any existing content. |
| Dimensione del File | 3.34 KB |
| Conteggio Installazioni | 5,182 |
| Versione Corrente | 0.0.2 |
| Ultimo Aggiornamento | 2018-09-26 |
| Data di Pubblicazione | 2018-09-26 |
| Valutazione | 4.65/5 Totale 99 Valutazioni |
| Sviluppatore | https://yifanwu.net |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Blank New Tab",
"version": "0.0.2",
"manifest_version": 2,
"description": "Create a blank new tab without any existing content.",
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"browser_action": {
"default_icon": {
"24": "icon.png"
},
"default_title": "Blank New Tab"
}
} | |