The Weather

Look at THE WEATHER: easy, quick and concise

What is The Weather?

The Weather is a Chrome extension developed by http://www.kissappsl.com, and its main feature is "Look at THE WEATHER: easy, quick and concise".

Extension Screenshots

screenshot
screenshot

Download The Weather Extension CRX File

Download The 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

                        The best extension to know the Weather in Chrome!
Fast and easy. Just by looking at the app icon you will know the weather today and the current temperature.

Get instantly all the Weather information of your current location and a forecast so that you know the weather forecast for the following days.

The extension comes with a clean and simple interface to get local information or a forecast for any destination where you go. Choose from a minimalist version or check the weather forecast with more detailed information.

What are you waiting for to download this fantastic extension? Download it now!                    

Extension Basic Information

Name The Weather The Weather
ID cbkiddbpoaccgodaldbmckkelkhohioa
Official URL https://chrome.google.com/webstore/detail/the-weather/cbkiddbpoaccgodaldbmckkelkhohioa
Description Look at THE WEATHER: easy, quick and concise
File Size 162 KB
Installation Count 42
Current Version 1.01
Last Updated 2021-02-10
Publish Date 2020-12-26
Rating 5.00/5 Total 2 Ratings
Developer http://www.kissappsl.com
Email [email protected]
Payment Type in_app
Extension Website http://kissappsl.com/app/the-weather-extension/
Help Page URL http://kissappsl.com
Privacy Policy Page URL http://kissappsl.com/pages/privacy-policy
Supported Languages en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "version": "1.01",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/helper.js",
                "js\/myscript.js"
            ],
            "css": [
                "css\/main.css"
            ]
        }
    ]
}