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 |
| 官方網址 | 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"
]
} | |