New Tab Page
Google Now new tab page.
什麼是New Tab Page?
New Tab Page是由http://new-tab.info開發的Chrome擴展程式,該擴展的主要功能是“Google Now new tab page.”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | kkcifijnkpndhedcpfkiokilpeeiblap |
官方網址 | 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" } |