TNT - The New Tab
This extension replaces default 'New Tab'-page with desired page. Default page is www.google.com!
Cos'è TNT - The New Tab?
TNT - The New Tab è un'estensione di Chrome sviluppata da https://permutat.de, e la sua funzione principale è "This extension replaces default 'New Tab'-page with desired page. Default page is www.google.com!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TNT - The New Tab
Scarica i file di estensione TNT - The 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
TNT - The New Tab - define your own new tab - pick some predefined URLs - support your own URL - or use TNT-page TNT doesn't need any special Permission!! Version 1.1.0 - fixed loosing settings after Chrome updates - removed rapidshare from TNT-options - added domain extensions to labels for TNT-tabbuttons
Informazioni di Base sull'Estensione
Nome | |
ID | fibejpdhnnpjcmpdfkcoeeombnhmjmao |
URL Ufficiale | https://chromewebstore.google.com/detail/tnt-the-new-tab/fibejpdhnnpjcmpdfkcoeeombnhmjmao |
Descrizione | This extension replaces default 'New Tab'-page with desired page. Default page is www.google.com! |
Dimensione del File | 162 KB |
Conteggio Installazioni | 36 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2015-08-11 |
Data di Pubblicazione | 2015-08-11 |
Sviluppatore | https://permutat.de |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "128": "icon128.png" }, "name": "TNT - The New Tab", "description": "This extension replaces default 'New Tab'-page with desired page. Default page is www.google.com!", "version": "1.1.0", "chrome_url_overrides": { "newtab": "redirect.html" }, "background": { "scripts": [ "background.js", "options.js" ] }, "options_page": "options.html", "permissions": [ "storage" ] } |