Clean 'New Tab' Page

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

What is Clean 'New Tab' Page?

Clean 'New Tab' Page is a Chrome extension developed by pacemkr, and its main feature is "Remove all Google branding, search box, and links from the New Tab page.".

Extension Screenshots

screenshot

Download Clean 'New Tab' Page Extension CRX File

Download Clean 'New Tab' Page extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Clean 'New Tab' Page Clean 'New Tab' Page
ID mnmkggimefekcebhjcapcipmnljbldal
Official URL 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.
File Size 4.73 KB
Installation Count 27
Current Version 0.1.7
Last Updated 2013-11-24
Publish Date 2013-11-24
Rating 2.00/5 Total 4 Ratings
Developer pacemkr
Payment Type free
Extension Website https://github.com/pacemkr/clean-newtab-page-chrome-extension
Supported Languages 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"
            ]
        }
    ]
}