Weathery (weather)
A clean and simple weather app.
Wat is Weathery (weather)?
Weathery (weather) is een Chrome-extensie ontwikkeld door eky, en de belangrijkste functie is "A clean and simple weather app.".
Extensie Screenshots
Download het CRX-bestand van de extensie Weathery (weather)
Download Weathery (weather)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Weathery (weather) |
ID | eknnpofdolaciafcnokdbgfelpmdpceb |
Officiële URL | https://chromewebstore.google.com/detail/weathery-weather/eknnpofdolaciafcnokdbgfelpmdpceb |
Beschrijving | A clean and simple weather app. |
Bestandsgrootte | 317 KB |
Aantal Installaties | 818 |
Huidige Versie | 0.1.3 |
Laatst Bijgewerkt | 2016-01-11 |
Publicatiedatum | 2016-01-10 |
Beoordeling | 3.58/5 Totaal 12 Beoordelingen |
Ontwikkelaar | eky |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |