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 |
官方URL | 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\/" ] } |