New Tab No Shortcuts

Replaces the New Tab page with google.com.

Cos'è New Tab No Shortcuts?

New Tab No Shortcuts è un'estensione di Chrome sviluppata da amiller, e la sua funzione principale è "Replaces the New Tab page with google.com.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione New Tab No Shortcuts

Scarica i file di estensione New Tab No Shortcuts 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

                        This extension replaces the standard new tab page with google.com. All new windows and tabs will open directly to google.com.

This is for people who don't want to worry about which frequently visited sites may show up on the new tab page, or who would prefer all new tabs to open directly to google.com.                    

Informazioni di Base sull'Estensione

Nome New Tab No Shortcuts New Tab No Shortcuts
ID hckndkmfhfpjdnagcgdahfipkhhahbfk
URL Ufficiale https://chromewebstore.google.com/detail/new-tab-no-shortcuts/hckndkmfhfpjdnagcgdahfipkhhahbfk
Descrizione Replaces the New Tab page with google.com.
Dimensione del File 8.82 KB
Conteggio Installazioni 118
Versione Corrente 1.1
Ultimo Aggiornamento 2020-02-02
Data di Pubblicazione 2020-01-29
Sviluppatore amiller
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Tab No Shortcuts",
    "short_name": "New Tab No Shortcuts",
    "version": "1.1",
    "minimum_chrome_version": "29",
    "description": "Replaces the New Tab page with google.com.",
    "author": "Andrew Miller",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "new-tab.html"
    }
}