Weather forecast
Weather forecast for current city.
Co je Weather forecast?
Weather forecast je rozšíření Chrome vyvinuté nikolinadeveloper, a jeho hlavní funkcí je „Weather forecast for current city.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Weather forecast
Stáhněte si soubory rozšíření Weather forecast ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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].
Základní Informace o Rozšíření
Název | |
ID | kccbhbehegopfhpmnmlnhkaidfiamepb |
Oficiální URL | https://chrome.google.com/webstore/detail/weather-forecast/kccbhbehegopfhpmnmlnhkaidfiamepb |
Popis | Weather forecast for current city. |
Velikost souboru | 29.06 KB |
Počet instalací | 981 |
Aktuální Verze | 0.0.0.1 |
Poslední Aktualizace | 2018-02-14 |
Datum Vydání | 2018-02-14 |
Hodnocení | 3.83/5 Celkem 12 Hodnocení |
Vývojář | nikolinadeveloper |
Typ Platby | free |
Podporované Jazyky | 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" } } |