MicroWeather
Simple weather application
Vad är MicroWeather?
MicroWeather är en Chrome-tillägg utvecklad av George, och dess huvudfunktion är "Simple weather application".
Tilläggsskärmbilder
Ladda ner MicroWeather-förlängningens CRX-fil
Ladda ner MicroWeather-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Simple weather application which uses weather data from OpenWeatherMap.
New: The app now shows hourly weather data for the next few days. Grundläggande Information om Tillägg
| Namn | |
| ID | mlkbifdobkhikfmhopopgdfikiilbhio |
| Officiell webbadress | https://chromewebstore.google.com/detail/microweather/mlkbifdobkhikfmhopopgdfikiilbhio |
| Beskrivning | Simple weather application |
| Filstorlek | 89.51 KB |
| Antal Installationer | 953 |
| Aktuell Version | 1.5 |
| Senast Uppdaterad | 2015-11-22 |
| Publiceringsdatum | 2015-11-22 |
| Betyg | 4.29/5 Totalt 21 Betyg |
| Utvecklare | George |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |