ActualWeather
Get current weather in your browser!
What is ActualWeather?
ActualWeather is a Chrome extension developed by AdsSquared, LLC, and its main feature is "Get current weather in your browser!".
Extension Screenshots
Download ActualWeather Extension CRX File
Download ActualWeather 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
Actual Weather gives you quick easy access to your weather at a glance when you open a new tab
Extension Basic Information
Name | ActualWeather |
ID | jlalmckfngpijaibdnbphajodinicbfn |
Official URL | https://chromewebstore.google.com/detail/actualweather/jlalmckfngpijaibdnbphajodinicbfn |
Description | Get current weather in your browser! |
File Size | 3.32 MB |
Installation Count | 114 |
Current Version | 0.0.2 |
Last Updated | 2023-11-03 |
Publish Date | 2023-10-10 |
Rating | 5.00/5 Total 21 Ratings |
Developer | AdsSquared, LLC |
[email protected] | |
Payment Type | free |
Extension Website | https://ActualWeather.com |
Help Page URL | https://ActualWeather.com/contact.html |
Privacy Policy Page URL | https://adssquared.com/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ActualWeather", "description": "Get current weather in your browser!", "version": "0.0.2", "manifest_version": 3, "icons": { "16": "resources\/icons\/icon16.png", "48": "resources\/icons\/icon48.png", "128": "resources\/icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "action": { "default_popup": "newtab.html", "default_icon": [] } } |