Clean 'New Tab' Page

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

Wat is Clean 'New Tab' Page?

Clean 'New Tab' Page is een Chrome-extensie ontwikkeld door pacemkr, en de belangrijkste functie is "Remove all Google branding, search box, and links from the New Tab page.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Clean 'New Tab' Page

Download Clean 'New Tab' Page-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 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                    

Basisinformatie over de Extensie

Naam Clean 'New Tab' Page Clean 'New Tab' Page
ID mnmkggimefekcebhjcapcipmnljbldal
Officiële URL https://chrome.google.com/webstore/detail/clean-new-tab-page/mnmkggimefekcebhjcapcipmnljbldal
Beschrijving Remove all Google branding, search box, and links from the New Tab page.
Bestandsgrootte 4.73 KB
Aantal Installaties 27
Huidige Versie 0.1.7
Laatst Bijgewerkt 2013-11-24
Publicatiedatum 2013-11-24
Beoordeling 2.00/5 Totaal 4 Beoordelingen
Ontwikkelaar pacemkr
Betalingswijze free
Extensiewebsite https://github.com/pacemkr/clean-newtab-page-chrome-extension
Ondersteunde Talen 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"
            ]
        }
    ]
}