Weather forecast
Weather forecast for current city.
Co to jest Weather forecast?
Weather forecast to rozszerzenie Chrome opracowane przez nikolinadeveloper, a jego główną funkcją jest „Weather forecast for current city.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Weather forecast
Pobierz pliki rozszerzeń Weather forecast w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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].
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | kccbhbehegopfhpmnmlnhkaidfiamepb |
Oficjalny URL | https://chrome.google.com/webstore/detail/weather-forecast/kccbhbehegopfhpmnmlnhkaidfiamepb |
Opis | Weather forecast for current city. |
Rozmiar pliku | 29.06 KB |
Liczba instalacji | 981 |
Aktualna Wersja | 0.0.0.1 |
Ostatnia Aktualizacja | 2018-02-14 |
Data Publikacji | 2018-02-14 |
Ocena | 3.83/5 Łącznie 12 Oceny |
Deweloper | nikolinadeveloper |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |