My New Tab

Create your own personalized New Tab page using a custom URL or simply a plain color.

Cos'è My New Tab?

My New Tab è un'estensione di Chrome sviluppata da Dominic Lacaille, e la sua funzione principale è "Create your own personalized New Tab page using a custom URL or simply a plain color.".

Screenshot dell'Estensione

screenshot

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

                        Create your own personalized New Tab page using a custom URL or simply a plain color.

Make use of the boring New Tab page by customizing it to your liking. Display any web page when a tab is created to browse faster and more efficiently.

With this extension you can use the New Tab page the same way as before, the URL in the address bar stays empty and automatically gets focus as with the default New Tab page!

This application displays a white page by default when a new tab is opened. To customize this behavior, please navigate to chrome settings > extensions > My New Tab options. For security purposes, web sites displayed in the New Tab page will not have access to your computer's cookies or local storage.                    

Informazioni di Base sull'Estensione

Nome My New Tab My New Tab
ID hkamannimdppjgaefkfadajfacnajmoe
URL Ufficiale https://chromewebstore.google.com/detail/my-new-tab/hkamannimdppjgaefkfadajfacnajmoe
Descrizione Create your own personalized New Tab page using a custom URL or simply a plain color.
Dimensione del File 124 KB
Conteggio Installazioni 127
Versione Corrente 1.0.1
Ultimo Aggiornamento 2014-01-16
Data di Pubblicazione 2014-01-15
Valutazione 4.18/5 Totale 11 Valutazioni
Sviluppatore Dominic Lacaille
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "chrome_url_overrides": {
        "newtab": "frame.html"
    },
    "description": "Create your own personalized New Tab page using a custom URL or simply a plain color.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "My New Tab",
    "options_page": "options.html",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1"
}