The Weather

Look at THE WEATHER: easy, quick and concise

Qu'est-ce que The Weather ?

The Weather est une extension Chrome développée par http://www.kissappsl.com, et sa fonction principale est "Look at THE WEATHER: easy, quick and concise".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension The Weather

Téléchargez les fichiers d'extension The Weather au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom The Weather The Weather
ID cbkiddbpoaccgodaldbmckkelkhohioa
URL Officiel https://chrome.google.com/webstore/detail/the-weather/cbkiddbpoaccgodaldbmckkelkhohioa
Description Look at THE WEATHER: easy, quick and concise
Taille du Fichier 162 KB
Nombre d'Installations 42
Version Actuelle 1.01
Dernière Mise à Jour 2021-02-10
Date de Publication 2020-12-26
Évaluation 5.00/5 Total 2 Évaluations
Développeur http://www.kissappsl.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension http://kissappsl.com/app/the-weather-extension/
URL de la Page d'Aide http://kissappsl.com
URL de la Page de Politique de Confidentialité http://kissappsl.com/pages/privacy-policy
Langues Prises en Charge 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"
            ]
        }
    ]
}