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"
}