Weathery (weather)
A clean and simple weather app.
Cos'è Weathery (weather)?
Weathery (weather) è un'estensione di Chrome sviluppata da eky, e la sua funzione principale è "A clean and simple weather app.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Weathery (weather)
Scarica i file di estensione Weathery (weather) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | eknnpofdolaciafcnokdbgfelpmdpceb |
| URL Ufficiale | https://chromewebstore.google.com/detail/weathery-weather/eknnpofdolaciafcnokdbgfelpmdpceb |
| Descrizione | A clean and simple weather app. |
| Dimensione del File | 317 KB |
| Conteggio Installazioni | 818 |
| Versione Corrente | 0.1.3 |
| Ultimo Aggiornamento | 2016-01-11 |
| Data di Pubblicazione | 2016-01-10 |
| Valutazione | 3.58/5 Totale 12 Valutazioni |
| Sviluppatore | eky |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |