One-Click Meteo
Quick preview of current weather forecast from Meteo.pl
什么是One-Click Meteo?
One-Click Meteo是由J-Sek开发的Chrome扩展程序,该扩展的主要功能是“Quick preview of current weather forecast from Meteo.pl”。
扩展截图
下载One-Click Meteo扩展crx文件
下载One-Click Meteo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Features:
- Display current weather forecast (MODEL UM)
- Save chosen city after change
- 18 predefined cities 扩展基本信息
| 名称 | |
| ID | fkakahlhimilfhdkjflfbkgikihondng |
| 官方URL | https://chromewebstore.google.com/detail/one-click-meteo/fkakahlhimilfhdkjflfbkgikihondng |
| 简介 | Quick preview of current weather forecast from Meteo.pl |
| 文件大小 | 1.8 MB |
| 安装次数 | 30 |
| 当前版本 | 0.0.6 |
| 更新时间 | 2023-12-08 |
| 上架时间 | 2016-08-11 |
| 评分 | 4.33/5 共3次评分 |
| 开发者 | J-Sek |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.0.6",
"manifest_version": 3,
"name": "One-Click Meteo",
"description": "Quick preview of current weather forecast from Meteo.pl",
"action": {
"default_title": "Preview current weather forecast",
"default_popup": "popup\/popup.html",
"default_icon": {
"128": "images\/weather-128.png"
}
},
"icon": {
"128": "images\/weather-128.png"
},
"permissions": [
"storage"
]
} | |