New Tab No Shortcuts

Replaces the New Tab page with google.com.

Qu'est-ce que New Tab No Shortcuts ?

New Tab No Shortcuts est une extension Chrome développée par amiller, et sa fonction principale est "Replaces the New Tab page with google.com.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension New Tab No Shortcuts

Téléchargez les fichiers d'extension New Tab No Shortcuts au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom New Tab No Shortcuts New Tab No Shortcuts
ID hckndkmfhfpjdnagcgdahfipkhhahbfk
URL Officiel https://chromewebstore.google.com/detail/new-tab-no-shortcuts/hckndkmfhfpjdnagcgdahfipkhhahbfk
Description Replaces the New Tab page with google.com.
Taille du Fichier 8.82 KB
Nombre d'Installations 118
Version Actuelle 1.1
Dernière Mise à Jour 2020-02-02
Date de Publication 2020-01-29
Développeur amiller
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}