Weather
Extension shows the temperature and weather conditions for your current location
Co je Weather?
Weather je rozšíření Chrome vyvinuté https://skyweather.org, a jeho hlavní funkcí je „Extension shows the temperature and weather conditions for your current location“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Weather
Stáhněte si soubory rozšíření Weather 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í
Features: - configurable update period - configurable units: Fahrenheit/Celsius - icon shows current temperature, cloudiness
Základní Informace o Rozšíření
Název | Weather |
ID | lfoeldoapdhdbhmcdgmnijfgbhlonjea |
Oficiální URL | https://chromewebstore.google.com/detail/weather/lfoeldoapdhdbhmcdgmnijfgbhlonjea |
Popis | Extension shows the temperature and weather conditions for your current location |
Velikost souboru | 41.82 KB |
Počet instalací | 4,298 |
Aktuální Verze | 1.0.3.0 |
Poslední Aktualizace | 2023-08-10 |
Datum Vydání | 2016-04-19 |
Hodnocení | 3.50/5 Celkem 42 Hodnocení |
Vývojář | https://skyweather.org |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://skyweather.org/ |
URL Stránky Nápovědy | https://skyweather.org/ |
URL Stránky Zásad Ochrany Soukromí | https://stopreclame.com/privacy.html |
Podporované Jazyky | de,en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_ext_name__", "version": "1.0.3.0", "manifest_version": 3, "description": "__MSG_ext_description__", "default_locale": "en", "background": { "service_worker": "background.js", "type": "module" }, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "action": { "default_icon": { "19": "images\/icon-48.png", "38": "images\/icon-48.png" }, "default_title": "__MSG_popup_description__", "default_popup": "html\/popup.html" }, "options_page": "html\/options.html", "permissions": [ "alarms", "geolocation", "storage" ], "host_permissions": [ "https:\/\/*.skyweather.org\/*" ] } |