Weathery (weather)
A clean and simple weather app.
什么是Weathery (weather)?
Weathery (weather)是由eky开发的Chrome扩展程序,该扩展的主要功能是“A clean and simple weather app.”。
扩展截图
下载Weathery (weather)扩展crx文件
下载Weathery (weather)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get weather updates at a glance while using Chrome. Click on the icon to access a full forecast for your location.
************************
Features:
* Icon live updates with current weather
* Current weather
* 15h forecast
* 5 day forecast
* Choose between metric or imperial units
* Search over 200 000 cities worldwide
************************
This extension is powered by the OpenWeatherMap API. For more information, visit http://openweathermap.org 扩展基本信息
| 名称 | |
| ID | eknnpofdolaciafcnokdbgfelpmdpceb |
| 官方URL | https://chromewebstore.google.com/detail/weathery-weather/eknnpofdolaciafcnokdbgfelpmdpceb |
| 简介 | A clean and simple weather app. |
| 文件大小 | 317 KB |
| 安装次数 | 818 |
| 当前版本 | 0.1.3 |
| 更新时间 | 2016-01-11 |
| 上架时间 | 2016-01-10 |
| 评分 | 3.58/5 共12次评分 |
| 开发者 | eky |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Weathery (weather)",
"short_name": "Weathery",
"description": "A clean and simple weather app.",
"version": "0.1.3",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"browser_action": {
"default_icon": {
"19": "icons\/favicons19\/02.png",
"38": "icons\/favicons38\/02.png"
},
"default_popup": "popup.html"
},
"background": {
"scripts": [
"dist\/updateIcon.js"
],
"persistant": false
},
"permissions": [
"storage",
"alarms"
]
} | |