MicroWeather
Simple weather application
Hvad er MicroWeather?
MicroWeather er en Chrome-udvidelse udviklet af George, og dens hovedfunktion er "Simple weather application".
Udvidelsesskærmbilleder
Download MicroWeather-udvidelses-CRX-fil
Download MicroWeather-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Simple weather application which uses weather data from OpenWeatherMap. New: The app now shows hourly weather data for the next few days.
Grundlæggende oplysninger om udvidelsen
Navn | MicroWeather |
ID | mlkbifdobkhikfmhopopgdfikiilbhio |
Officiel URL | https://chromewebstore.google.com/detail/microweather/mlkbifdobkhikfmhopopgdfikiilbhio |
Beskrivelse | Simple weather application |
Filstørrelse | 89.51 KB |
Antal Installationer | 953 |
Nuværende Version | 1.5 |
Senest Opdateret | 2015-11-22 |
Udgivelsesdato | 2015-11-22 |
Bedømmelse | 4.29/5 Samlet 21 Bedømmelser |
Udvikler | George |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |