ActualWeather
Get current weather in your browser!
什么是ActualWeather?
ActualWeather是由AdsSquared, LLC开发的Chrome扩展程序,该扩展的主要功能是“Get current weather in your browser!”。
扩展截图
下载ActualWeather扩展crx文件
下载ActualWeather扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Actual Weather gives you quick easy access to your weather at a glance when you open a new tab 扩展基本信息
| 名称 | |
| ID | jlalmckfngpijaibdnbphajodinicbfn |
| 官方URL | https://chromewebstore.google.com/detail/actualweather/jlalmckfngpijaibdnbphajodinicbfn |
| 简介 | Get current weather in your browser! |
| 文件大小 | 3.32 MB |
| 安装次数 | 114 |
| 当前版本 | 0.0.2 |
| 更新时间 | 2023-11-03 |
| 上架时间 | 2023-10-10 |
| 评分 | 5.00/5 共21次评分 |
| 开发者 | AdsSquared, LLC |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://ActualWeather.com |
| 帮助页面URL | https://ActualWeather.com/contact.html |
| 隐私政策页面URL | https://adssquared.com/privacy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ActualWeather",
"description": "Get current weather in your browser!",
"version": "0.0.2",
"manifest_version": 3,
"icons": {
"16": "resources\/icons\/icon16.png",
"48": "resources\/icons\/icon48.png",
"128": "resources\/icons\/icon128.png"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"action": {
"default_popup": "newtab.html",
"default_icon": []
}
} | |