Change New Tab

Allows you to change New Tab page to your specific URL.

Qu'est-ce que Change New Tab ?

Change New Tab est une extension Chrome développée par Make it Simpler, et sa fonction principale est "Allows you to change New Tab page to your specific URL.".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Change New Tab 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

                        Simple.
Minimalist.
Effective.

Size: 8 kB                    

Informations de Base sur l'Extension

Nom Change New Tab Change New Tab
ID mocklpfdimiadpbgamlgehpgpodggahe
URL Officiel https://chromewebstore.google.com/detail/change-new-tab/mocklpfdimiadpbgamlgehpgpodggahe
Description Allows you to change New Tab page to your specific URL.
Taille du Fichier 8.37 KB
Nombre d'Installations 12,184
Version Actuelle 3.1
Dernière Mise à Jour 2024-02-20
Date de Publication 2017-10-01
Évaluation 4.19/5 Total 69 Évaluations
Développeur Make it Simpler
Email [email protected]
Type de Paiement free
Langues Prises en Charge en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "3.1",
    "description": "__MSG_extDes__",
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "res\/new.htm"
    },
    "icons": {
        "48": "res\/0.png",
        "128": "res\/1.png"
    },
    "background": {
        "service_worker": "res\/background.js"
    },
    "options_ui": {
        "page": "res\/options.htm",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ]
}