Weather forecast
Weather forecast for current city.
Vad är Weather forecast?
Weather forecast är en Chrome-tillägg utvecklad av nikolinadeveloper, och dess huvudfunktion är "Weather forecast for current city.".
Tilläggsskärmbilder
Ladda ner Weather forecast-förlängningens CRX-fil
Ladda ner Weather forecast-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
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äggande Information om Tillägg
Namn | |
ID | kccbhbehegopfhpmnmlnhkaidfiamepb |
Officiell webbadress | https://chrome.google.com/webstore/detail/weather-forecast/kccbhbehegopfhpmnmlnhkaidfiamepb |
Beskrivning | Weather forecast for current city. |
Filstorlek | 29.06 KB |
Antal Installationer | 981 |
Aktuell Version | 0.0.0.1 |
Senast Uppdaterad | 2018-02-14 |
Publiceringsdatum | 2018-02-14 |
Betyg | 3.83/5 Totalt 12 Betyg |
Utvecklare | nikolinadeveloper |
Betalningssätt | free |
Stödda Språk | 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" } } |