Weather
Extension shows the temperature and weather conditions for your current location
What is Weather?
Weather is a Chrome extension developed by https://skyweather.org, and its main feature is "Extension shows the temperature and weather conditions for your current location".
Extension Screenshots
Download Weather Extension CRX File
Download Weather extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Features: - configurable update period - configurable units: Fahrenheit/Celsius - icon shows current temperature, cloudiness
Extension Basic Information
Name | Weather |
ID | lfoeldoapdhdbhmcdgmnijfgbhlonjea |
Official URL | https://chromewebstore.google.com/detail/weather/lfoeldoapdhdbhmcdgmnijfgbhlonjea |
Description | Extension shows the temperature and weather conditions for your current location |
File Size | 41.82 KB |
Installation Count | 4,298 |
Current Version | 1.0.3.0 |
Last Updated | 2023-08-10 |
Publish Date | 2016-04-19 |
Rating | 3.50/5 Total 42 Ratings |
Developer | https://skyweather.org |
[email protected] | |
Payment Type | free |
Extension Website | https://skyweather.org/ |
Help Page URL | https://skyweather.org/ |
Privacy Policy Page URL | https://stopreclame.com/privacy.html |
Supported Languages | 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\/*" ] } |