Weather Buddy
Provides current weather conditions, and temperatures for the next three days.
什么是Weather Buddy?
Weather Buddy是由kacpermyslinski开发的Chrome扩展程序,该扩展的主要功能是“Provides current weather conditions, and temperatures for the next three days.”。
扩展截图
下载Weather Buddy扩展crx文件
下载Weather Buddy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Weather Buddy is a simple and straight-forward way to get current weather conditions and forecast temperatures wherever you are. Able to search for cities and convert temperatures between Celsius and Fahrenheit. 扩展基本信息
| 名称 | |
| ID | bpbhcboindgomhjpohahlaoonfinnmkf |
| 官方URL | https://chromewebstore.google.com/detail/weather-buddy/bpbhcboindgomhjpohahlaoonfinnmkf |
| 简介 | Provides current weather conditions, and temperatures for the next three days. |
| 文件大小 | 895 KB |
| 安装次数 | 3,351 |
| 当前版本 | 1.8.1 |
| 更新时间 | 2017-02-12 |
| 上架时间 | 2017-02-11 |
| 评分 | 3.90/5 共50次评分 |
| 开发者 | kacpermyslinski |
| 付费类型 | free |
| 扩展官网 | http://kacper.life/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Weather Buddy",
"short_name": "Weather",
"description": "Provides current weather conditions, and temperatures for the next three days.",
"version": "1.8.1",
"browser_action": {
"default_icon": "assets\/icon.png",
"default_popup": "weather.html"
}
} | |