New Tab No Shortcuts

Replaces the New Tab page with google.com.

Wat is New Tab No Shortcuts?

New Tab No Shortcuts is een Chrome-extensie ontwikkeld door amiller, en de belangrijkste functie is "Replaces the New Tab page with google.com.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie New Tab No Shortcuts

Download New Tab No Shortcuts-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam New Tab No Shortcuts New Tab No Shortcuts
ID hckndkmfhfpjdnagcgdahfipkhhahbfk
Officiële URL https://chromewebstore.google.com/detail/new-tab-no-shortcuts/hckndkmfhfpjdnagcgdahfipkhhahbfk
Beschrijving Replaces the New Tab page with google.com.
Bestandsgrootte 8.82 KB
Aantal Installaties 118
Huidige Versie 1.1
Laatst Bijgewerkt 2020-02-02
Publicatiedatum 2020-01-29
Ontwikkelaar amiller
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}