The Weather

Look at THE WEATHER: easy, quick and concise

Was ist The Weather?

The Weather ist eine Chrome-Erweiterung, die von http://www.kissappsl.com entwickelt wurde, und ihr Hauptmerkmal ist "Look at THE WEATHER: easy, quick and concise".

Erweiterungsscreenshots

screenshot
screenshot

The Weather-Erweiterungs-CRX-Datei herunterladen

Laden Sie The Weather-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name The Weather The Weather
ID cbkiddbpoaccgodaldbmckkelkhohioa
Offizielle URL https://chrome.google.com/webstore/detail/the-weather/cbkiddbpoaccgodaldbmckkelkhohioa
Beschreibung Look at THE WEATHER: easy, quick and concise
Dateigröße 162 KB
Installationsanzahl 42
Aktuelle Version 1.01
Letztes Update 2021-02-10
Veröffentlichungsdatum 2020-12-26
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler http://www.kissappsl.com
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite http://kissappsl.com/app/the-weather-extension/
Hilfeseite URL http://kissappsl.com
URL der Datenschutzrichtlinien-Seite http://kissappsl.com/pages/privacy-policy
Unterstützte Sprachen 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"
            ]
        }
    ]
}