Weather

Extension shows the temperature and weather conditions for your current location

Τι είναι το Weather;

Το Weather είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://skyweather.org, και η κύρια λειτουργία του είναι "Extension shows the temperature and weather conditions for your current location".

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

screenshot

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

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

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

                        Features:
- configurable update period 
- configurable units: Fahrenheit/Celsius
- icon shows current temperature, cloudiness                    

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

Όνομα Weather Weather
ID lfoeldoapdhdbhmcdgmnijfgbhlonjea
Επίσημο URL https://chromewebstore.google.com/detail/weather/lfoeldoapdhdbhmcdgmnijfgbhlonjea
Περιγραφή Extension shows the temperature and weather conditions for your current location
Μέγεθος Αρχείου 41.82 KB
Αριθμός Εγκαταστάσεων 4,298
Τρέχουσα Έκδοση 1.0.3.0
Τελευταία Ενημέρωση 2023-08-10
Ημερομηνία Δημοσίευσης 2016-04-19
Αξιολόγηση 3.50/5 Συνολικά 42 Αξιολογήσεις
Προγραμματιστής https://skyweather.org
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://skyweather.org/
Διεύθυνση URL της Σελίδας Βοήθειας https://skyweather.org/
URL της Σελίδας Πολιτικής Απορρήτου https://stopreclame.com/privacy.html
Υποστηριζόμενες Γλώσσες de,en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "version": "1.0.3.0",
    "manifest_version": 3,
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "19": "images\/icon-48.png",
            "38": "images\/icon-48.png"
        },
        "default_title": "__MSG_popup_description__",
        "default_popup": "html\/popup.html"
    },
    "options_page": "html\/options.html",
    "permissions": [
        "alarms",
        "geolocation",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.skyweather.org\/*"
    ]
}