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"
]
} | |