Weathery (weather)
A clean and simple weather app.
What is Weathery (weather)?
Weathery (weather) is a Chrome extension developed by eky, and its main feature is "A clean and simple weather app.".
Extension Screenshots
Download Weathery (weather) Extension CRX File
Download Weathery (weather) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Weathery (weather) |
ID | eknnpofdolaciafcnokdbgfelpmdpceb |
Official URL | https://chromewebstore.google.com/detail/weathery-weather/eknnpofdolaciafcnokdbgfelpmdpceb |
Description | A clean and simple weather app. |
File Size | 317 KB |
Installation Count | 818 |
Current Version | 0.1.3 |
Last Updated | 2016-01-11 |
Publish Date | 2016-01-10 |
Rating | 3.58/5 Total 12 Ratings |
Developer | eky |
Payment Type | free |
Supported Languages | 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" ] } |