Get Weather Now

Weather extension

What is Get Weather Now?

Get Weather Now is a Chrome extension developed by Calc Team, and its main feature is "Weather extension".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Get Weather Now Extension CRX File

Download Get Weather Now 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

                        Brings the weather updates you care about to your address bar.
Search and check the weather of your home, of your favorite locations, of the city where your loved ones live, and of the destinations of your next vacation directly from your address bar.                    

Extension Basic Information

Name Get Weather Now Get Weather Now
ID mdijeoiljombmbamjamjlcaopdckdnci
Official URL https://chromewebstore.google.com/detail/get-weather-now/mdijeoiljombmbamjamjlcaopdckdnci
Description Weather extension
File Size 6.83 MB
Installation Count 864
Current Version 0.0.4
Last Updated 2022-11-14
Publish Date 2022-07-22
Rating 2.27/5 Total 15 Ratings
Developer Calc Team
Email [email protected]
Payment Type free
Supported Languages en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "version": "0.0.4",
    "description": "__MSG_extensionDescription__",
    "background": {
        "service_worker": "background.js"
    },
    "default_locale": "en",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "assets\/img\/icon.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/tiles.aqicn.org\/"
    ]
}