Weatherly
Weather extension to stay up to date.
What is Weatherly?
Weatherly is a Chrome extension developed by https://erlend.ee, and its main feature is "Weather extension to stay up to date.".
Extension Screenshots
Download Weatherly Extension CRX File
Download Weatherly 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
Check your weather and forecast with this simple little extension. It automatically detects your location and pulls the relevant weather data for your easy use.
Extension Basic Information
Name | Weatherly |
ID | inogoogkkgnejkjmdhkepafkmblgoapl |
Official URL | https://chromewebstore.google.com/detail/weatherly/inogoogkkgnejkjmdhkepafkmblgoapl |
Description | Weather extension to stay up to date. |
File Size | 1.09 MB |
Installation Count | 11 |
Current Version | 0.1.0 |
Last Updated | 2020-10-25 |
Publish Date | 2020-10-21 |
Rating | 1.00/5 Total 1 Ratings |
Developer | https://erlend.ee |
[email protected] | |
Payment Type | free |
Extension Website | https://www.erlend.ee |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Weatherly", "homepage_url": "http:\/\/www.erlend.ee", "description": "Weather extension to stay up to date.", "default_locale": "en", "permissions": [ "geolocation" ], "icons": { "15": "icons\/logo1.png", "30": "icons\/logo2.png", "60": "icons\/logo3.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_title": "Weatherly", "default_icon": { "15": "icons\/logo1.png", "30": "icons\/logo2.png" } }, "version": "0.1.0", "content_security_policy": "script-src 'self' ; object-src 'self'" } |