Weather Watcher
Access all of your weather alerts in one place instantly from your New Tab page.
什麼是Weather Watcher?
Weather Watcher是由http://weatherwatch.zilliuns.com開發的Chrome擴展程式,該擴展的主要功能是“Access all of your weather alerts in one place instantly from your New Tab page.”。
擴展截圖
下載Weather Watcher擴展crx文件
下載Weather Watcher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Disclaimer: Please read carefully: By clicking the “Add to Chrome” button, you agree to install the Weather Watcher extension and set your new tab page to search.zilliuns.com/weather, while also accepting and agreeing to abide by the End User License Agreement (http://weatherwatch.zilliuns.com/Terms) and Privacy Policy (http://weatherwatch.zilliuns.com/Privacy). Uninstall instructions can be found at http://weatherwatch.zilliuns.com/Uninstall
擴展基本資訊
名稱 | |
ID | fliiecjlibpgdomkobdfcibkldnmkfhc |
官方網址 | https://chrome.google.com/webstore/detail/weather-watcher/fliiecjlibpgdomkobdfcibkldnmkfhc |
簡介 | Access all of your weather alerts in one place instantly from your New Tab page. |
檔案大小 | 130 KB |
安裝次數 | 64 |
目前版本 | 1.0.0.4 |
更新時間 | 2018-10-18 |
上架時間 | 2018-10-18 |
開發者 | http://weatherwatch.zilliuns.com |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Weather Watcher", "version": "1.0.0.4", "description": "Access all of your weather alerts in one place instantly from your New Tab page.", "icons": { "16": "16weatherwatch.jpg", "32": "32weatherwatch.jpg", "48": "48weatherwatch.jpg", "128": "128weatherwatch.jpg" }, "browser_action": { "default_icon": "logo19.png" }, "chrome_url_overrides": { "newtab": "newTab.html" }, "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "*:\/\/*.zilliuns.com\/*" ] } } |