Weather forecast
Weather forecast for current city.
Hvad er Weather forecast?
Weather forecast er en Chrome-udvidelse udviklet af nikolinadeveloper, og dens hovedfunktion er "Weather forecast for current city.".
Udvidelsesskærmbilleder
Download Weather forecast-udvidelses-CRX-fil
Download Weather forecast-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
Weather forecast provides real time forecast for Your current location. It is using Weather Underground forecast service and displays current temperature, wind, pressure and humidity. Also 7 days forecast is displayed with basic informations. Key features: - multiple location support - current weather - 7 days forecast - global coverage For any bugs and questions please sand email to [email protected].
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | kccbhbehegopfhpmnmlnhkaidfiamepb |
Officiel URL | https://chrome.google.com/webstore/detail/weather-forecast/kccbhbehegopfhpmnmlnhkaidfiamepb |
Beskrivelse | Weather forecast for current city. |
Filstørrelse | 29.06 KB |
Antal Installationer | 981 |
Nuværende Version | 0.0.0.1 |
Senest Opdateret | 2018-02-14 |
Udgivelsesdato | 2018-02-14 |
Bedømmelse | 3.83/5 Samlet 12 Bedømmelser |
Udvikler | nikolinadeveloper |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Weather forecast", "version": "0.0.0.1", "manifest_version": 2, "description": "Weather forecast for current city.", "background": { "scripts": [ "src\/vremenska_prognoza\/vremenska_prognoza.js" ] }, "browser_action": { "default_icon": { "38": "img\/icon38.png" }, "default_title": "Weather forecast", "default_popup": "src\/prognoza.html" }, "icons": { "38": "img\/icon38.png", "48": "img\/icon48.png", "64": "img\/icon64.png", "128": "img\/icon128.png" } } |