Change New Tab
Allows you to change New Tab page to your specific URL.
Cos'è Change New Tab?
Change New Tab è un'estensione di Chrome sviluppata da Make it Simpler, e la sua funzione principale è "Allows you to change New Tab page to your specific URL.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Change New Tab
Scarica i file di estensione Change 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
Simple. Minimalist. Effective. Size: 8 kB
Informazioni di Base sull'Estensione
Nome | Change New Tab |
ID | mocklpfdimiadpbgamlgehpgpodggahe |
URL Ufficiale | https://chromewebstore.google.com/detail/change-new-tab/mocklpfdimiadpbgamlgehpgpodggahe |
Descrizione | Allows you to change New Tab page to your specific URL. |
Dimensione del File | 8.37 KB |
Conteggio Installazioni | 12,184 |
Versione Corrente | 3.1 |
Ultimo Aggiornamento | 2024-02-20 |
Data di Pubblicazione | 2017-10-01 |
Valutazione | 4.19/5 Totale 69 Valutazioni |
Sviluppatore | Make it Simpler |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "version": "3.1", "description": "__MSG_extDes__", "default_locale": "en", "chrome_url_overrides": { "newtab": "res\/new.htm" }, "icons": { "48": "res\/0.png", "128": "res\/1.png" }, "background": { "service_worker": "res\/background.js" }, "options_ui": { "page": "res\/options.htm", "open_in_tab": true }, "permissions": [ "storage" ] } |