The Weather

Look at THE WEATHER: easy, quick and concise

Τι είναι το The Weather;

Το The Weather είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.kissappsl.com, και η κύρια λειτουργία του είναι "Look at THE WEATHER: easy, quick and concise".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης The Weather

Λήψη αρχείων επέκτασης The Weather σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα The Weather The Weather
ID cbkiddbpoaccgodaldbmckkelkhohioa
Επίσημο URL https://chrome.google.com/webstore/detail/the-weather/cbkiddbpoaccgodaldbmckkelkhohioa
Περιγραφή Look at THE WEATHER: easy, quick and concise
Μέγεθος Αρχείου 162 KB
Αριθμός Εγκαταστάσεων 42
Τρέχουσα Έκδοση 1.01
Τελευταία Ενημέρωση 2021-02-10
Ημερομηνία Δημοσίευσης 2020-12-26
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής http://www.kissappsl.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης http://kissappsl.com/app/the-weather-extension/
Διεύθυνση URL της Σελίδας Βοήθειας http://kissappsl.com
URL της Σελίδας Πολιτικής Απορρήτου http://kissappsl.com/pages/privacy-policy
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}