Set ABOUT:BLANK as NEW TAB page
Chrome does not give 'advanced options' to its customers to change basic things. This extension just sets About:Blank for a new-tab.
Cos'è Set ABOUT:BLANK as NEW TAB page?
Set ABOUT:BLANK as NEW TAB page è un'estensione di Chrome sviluppata da https://puvox.software, e la sua funzione principale è "Chrome does not give 'advanced options' to its customers to change basic things. This extension just sets About:Blank for a new-tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Set ABOUT:BLANK as NEW TAB page
Scarica i file di estensione Set ABOUT:BLANK as 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
Use this extension to have "about:blank" as your new tab page. Informazioni di Base sull'Estensione
| Nome | |
| ID | amcfcgenknhnhicjonfnclkehkpfnfjl |
| URL Ufficiale | https://chromewebstore.google.com/detail/set-aboutblank-as-new-tab/amcfcgenknhnhicjonfnclkehkpfnfjl |
| Descrizione | Chrome does not give 'advanced options' to its customers to change basic things. This extension just sets About:Blank for a new-tab. |
| Dimensione del File | 10.81 KB |
| Conteggio Installazioni | 72 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2021-02-01 |
| Data di Pubblicazione | 2021-02-01 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | https://puvox.software |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://puvox.software |
| URL della Pagina della Politica sulla Privacy | https://puvox.software/info/privacy-policy |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Set ABOUT:BLANK as NEW TAB page",
"version": "1.0.1",
"manifest_version": 2,
"description": "Chrome does not give 'advanced options' to its customers to change basic things. This extension just sets About:Blank for a new-tab.",
"icons": {
"128": "icon_128.png"
},
"chrome_url_overrides": {
"newtab": "empty.html"
}
} | |