Current Weather - New Tab
Override the new tab page with an elegant new tab. View live weather data in an awesome live new tab!
什麼是Current Weather - New Tab?
Current Weather - New Tab是由Antech Development開發的Chrome擴展程式,該擴展的主要功能是“Override the new tab page with an elegant new tab. View live weather data in an awesome live new tab!”。
擴展截圖
下載Current Weather - New Tab擴展crx文件
下載Current Weather - New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | Current Weather - New Tab |
ID | gkgglahfccodheljaolemocokldjbnbh |
官方網址 | https://chromewebstore.google.com/detail/current-weather-new-tab/gkgglahfccodheljaolemocokldjbnbh |
簡介 | Override the new tab page with an elegant new tab. View live weather data in an awesome live new tab! |
檔案大小 | 614 KB |
安裝次數 | 5,035 |
目前版本 | 1.1 |
更新時間 | 2016-02-02 |
上架時間 | 2016-02-01 |
評分 | 3.88/5 共 16 次評分 |
開發者 | Antech Development |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://www.antechdevelopment.com |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Current Weather - New Tab", "short_name": "View live weather data in an awesome live new tab!", "description": "Override the new tab page with an elegant new tab. View live weather data in an awesome live new tab!", "version": "1.1", "incognito": "split", "chrome_url_overrides": { "newtab": "newtab.html" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "geolocation", "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png", "256": "icon256.png" } } |