Blank New Tab Page
Override the default new tab page with blank page.
Cos'è Blank New Tab Page?
Blank New Tab Page è un'estensione di Chrome sviluppata da Jarek Foksa, e la sua funzione principale è "Override the default new tab page with blank page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Blank New Tab Page
Scarica i file di estensione Blank 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
This extension prevents "Google search" page from showing up when you open a new tab.
You can also disable the "Sign in to Chrome" page that is shown when you open a new Chrome window, just go to "chrome://settings" page, choose "Open a specific page or set of pages" and enter "chrome://newtab". Informazioni di Base sull'Estensione
| Nome | |
| ID | jaadjnlkjnhohljficgoddcjmndjfdmi |
| URL Ufficiale | https://chromewebstore.google.com/detail/blank-new-tab-page/jaadjnlkjnhohljficgoddcjmndjfdmi |
| Descrizione | Override the default new tab page with blank page. |
| Dimensione del File | 4.4 KB |
| Conteggio Installazioni | 50,000 |
| Versione Corrente | 1.2 |
| Ultimo Aggiornamento | 2023-12-12 |
| Data di Pubblicazione | 2016-03-23 |
| Valutazione | 4.50/5 Totale 46 Valutazioni |
| Sviluppatore | Jarek Foksa |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://boxy-svg.com/legal |
| Lingue Supportate | en |
| manifest.json | |
{
"chrome_url_overrides": {
"newtab": "blank.html"
},
"description": "Override the default new tab page with blank page.",
"icons": {
"128": "icon-128.png",
"38": "icon-38.png"
},
"incognito": "split",
"manifest_version": 3,
"name": "Blank New Tab Page",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.2"
} | |