Clean 'New Tab' Page

Remove all Google branding, search box, and links from the New Tab page.

Qu'est-ce que Clean 'New Tab' Page ?

Clean 'New Tab' Page est une extension Chrome développée par pacemkr, et sa fonction principale est "Remove all Google branding, search box, and links from the New Tab page.".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Clean 'New Tab' Page 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 has NO JAVASCRIPT.

The extension requires the "Access to data on www.google.com" permission solely because that is the only way to inject extra styles into the chrome://newtab page.

The full source code for this extension is available at https://github.com/pacemkr/clean-newtab-page-chrome-extension                    

Informations de Base sur l'Extension

Nom Clean 'New Tab' Page Clean 'New Tab' Page
ID mnmkggimefekcebhjcapcipmnljbldal
URL Officiel https://chrome.google.com/webstore/detail/clean-new-tab-page/mnmkggimefekcebhjcapcipmnljbldal
Description Remove all Google branding, search box, and links from the New Tab page.
Taille du Fichier 4.73 KB
Nombre d'Installations 27
Version Actuelle 0.1.7
Dernière Mise à Jour 2013-11-24
Date de Publication 2013-11-24
Évaluation 2.00/5 Total 4 Évaluations
Développeur pacemkr
Type de Paiement free
Site Web de l'Extension https://github.com/pacemkr/clean-newtab-page-chrome-extension
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clean 'New Tab' Page",
    "description": "Remove all Google branding, search box, and links from the New Tab page.",
    "version": "0.1.7",
    "author": "Nikolay Zalutskiy ",
    "icons": {
        "128": "icon-128.png",
        "48": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/webhp"
            ],
            "css": [
                "clean.css"
            ]
        }
    ]
}