The Weather

Look at THE WEATHER: easy, quick and concise

Co je The Weather?

The Weather je rozšíření Chrome vyvinuté http://www.kissappsl.com, a jeho hlavní funkcí je „Look at THE WEATHER: easy, quick and concise“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření The Weather

Stáhněte si soubory rozšíření The Weather ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název The Weather The Weather
ID cbkiddbpoaccgodaldbmckkelkhohioa
Oficiální URL https://chrome.google.com/webstore/detail/the-weather/cbkiddbpoaccgodaldbmckkelkhohioa
Popis Look at THE WEATHER: easy, quick and concise
Velikost souboru 162 KB
Počet instalací 42
Aktuální Verze 1.01
Poslední Aktualizace 2021-02-10
Datum Vydání 2020-12-26
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář http://www.kissappsl.com
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření http://kissappsl.com/app/the-weather-extension/
URL Stránky Nápovědy http://kissappsl.com
URL Stránky Zásad Ochrany Soukromí http://kissappsl.com/pages/privacy-policy
Podporované Jazyky 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"
            ]
        }
    ]
}