MicroWeather
Simple weather application
Cos'è MicroWeather?
MicroWeather è un'estensione di Chrome sviluppata da George, e la sua funzione principale è "Simple weather application".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MicroWeather
Scarica i file di estensione MicroWeather 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
Simple weather application which uses weather data from OpenWeatherMap. New: The app now shows hourly weather data for the next few days.
Informazioni di Base sull'Estensione
Nome | MicroWeather |
ID | mlkbifdobkhikfmhopopgdfikiilbhio |
URL Ufficiale | https://chromewebstore.google.com/detail/microweather/mlkbifdobkhikfmhopopgdfikiilbhio |
Descrizione | Simple weather application |
Dimensione del File | 89.51 KB |
Conteggio Installazioni | 953 |
Versione Corrente | 1.5 |
Ultimo Aggiornamento | 2015-11-22 |
Data di Pubblicazione | 2015-11-22 |
Valutazione | 4.29/5 Totale 21 Valutazioni |
Sviluppatore | George |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MicroWeather", "description": "Simple weather application", "version": "1.5", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery.js", "js\/helper.js", "js\/myscript.js" ], "css": [ "css\/main.css" ] } ] } |