Get Weather Now
Weather extension
什麼是Get Weather Now?
Get Weather Now是由Calc Team開發的Chrome擴展程式,該擴展的主要功能是“Weather extension”。
擴展截圖
下載Get Weather Now擴展crx文件
下載Get Weather Now擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Brings the weather updates you care about to your address bar. Search and check the weather of your home, of your favorite locations, of the city where your loved ones live, and of the destinations of your next vacation directly from your address bar.
擴展基本資訊
名稱 | Get Weather Now |
ID | mdijeoiljombmbamjamjlcaopdckdnci |
官方網址 | https://chromewebstore.google.com/detail/get-weather-now/mdijeoiljombmbamjamjlcaopdckdnci |
簡介 | Weather extension |
檔案大小 | 6.83 MB |
安裝次數 | 864 |
目前版本 | 0.0.4 |
更新時間 | 2022-11-14 |
上架時間 | 2022-07-22 |
評分 | 2.27/5 共 15 次評分 |
開發者 | Calc Team |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "version": "0.0.4", "description": "__MSG_extensionDescription__", "background": { "service_worker": "background.js" }, "default_locale": "en", "action": { "default_popup": "popup.html" }, "icons": { "128": "assets\/img\/icon.png" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/tiles.aqicn.org\/" ] } |