My New Tab
Replace newtab with any url & keep the addres bar clean!
Cos'è My New Tab?
My New Tab è un'estensione di Chrome sviluppata da Perfect Things, e la sua funzione principale è "Replace newtab with any url & keep the addres bar clean!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione My New Tab
Scarica i file di estensione My 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
Replace your new tab with any url keeping the address bar clean! The html page is injected to an iframe, so there is one requirement: the line below must be placed in of the injected page:This will make the links to open in the top frame and everything should work great!
Informazioni di Base sull'Estensione
Nome | |
ID | mnecfcpcjodmnejjbonbbcoggjincejc |
URL Ufficiale | https://chrome.google.com/webstore/detail/my-new-tab/mnecfcpcjodmnejjbonbbcoggjincejc |
Descrizione | Replace newtab with any url & keep the addres bar clean! |
Dimensione del File | 14.71 KB |
Conteggio Installazioni | 43 |
Versione Corrente | 2.1 |
Ultimo Aggiornamento | 2015-02-10 |
Data di Pubblicazione | 2015-02-10 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | Perfect Things |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/tborychowski/mynewtab |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "My New Tab", "version": "2.1", "description": "Replace newtab with any url & keep the addres bar clean!", "manifest_version": 2, "icons": { "128": "img\/128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "homepage_url": "https:\/\/github.com\/tborychowski\/mynewtab", "permissions": [ "tabs", "storage" ], "options_ui": { "page": "settings.html", "chrome_style": true } } |