New Tab Page

Google Now new tab page.

What is New Tab Page?

New Tab Page is a Chrome extension developed by http://new-tab.info, and its main feature is "Google Now new tab page.".

Extension Screenshots

screenshot

Download New Tab Page Extension CRX File

Download 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 iextensions adds a Google Search box, voice search, weather, news, and more to your new tab page.
Note: The options are accessed from Menu > Extensions > New Tab Page > Options.
If the temperature units don't change right away, try restarting Chrome.                    

Extension Basic Information

Name New Tab Page New Tab Page
ID kkcifijnkpndhedcpfkiokilpeeiblap
Official URL https://chrome.google.com/webstore/detail/new-tab-page/kkcifijnkpndhedcpfkiokilpeeiblap
Description Google Now new tab page.
File Size 1.58 MB
Installation Count 12
Current Version 1.0
Last Updated 2016-05-16
Publish Date 2016-05-16
Rating 5.00/5 Total 4 Ratings
Developer http://new-tab.info
Payment Type free
Privacy Policy Page URL http://chromereload.net/siteprivacy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "chrome:\/\/favicon\/",
        "sessions",
        "idle",
        "history",
        "management",
        "storage",
        "topSites",
        "webRequest",
        "webRequestBlocking",
        "geolocation",
        "*:\/\/*\/*"
    ],
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "options_page": "options.html"
}