New Tab Page

Google Now new tab page.

什么是New Tab Page?

New Tab Page是由http://new-tab.info开发的Chrome扩展程序,该扩展的主要功能是“Google Now new tab page.”。

扩展截图

screenshot

下载New Tab Page扩展crx文件

下载New Tab Page扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 New Tab Page New Tab Page
ID kkcifijnkpndhedcpfkiokilpeeiblap
官方URL https://chrome.google.com/webstore/detail/new-tab-page/kkcifijnkpndhedcpfkiokilpeeiblap
简介 Google Now new tab page.
文件大小 1.58 MB
安装次数 12
当前版本 1.0
更新时间 2016-05-16
上架时间 2016-05-16
评分 5.00/5 共4次评分
开发者 http://new-tab.info
付费类型 free
隐私政策页面URL http://chromereload.net/siteprivacy.html
支持的语言 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"
}