Weather App

The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.

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

Το Weather App είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://arunayyappath.me, και η κύρια λειτουργία του είναι "The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.".

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

screenshot

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

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

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

                        It's now easy to get updated with the weather conditions instantly on your location as well as another location's. Weather app provides detailed weather report & also provides current temperature in Celsius, wind speed, humidity, location coordinates                    

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

Όνομα Weather App Weather App
ID npaebkdojgajejbpgegfgkdgfkokmepi
Επίσημο URL https://chromewebstore.google.com/detail/weather-app/npaebkdojgajejbpgegfgkdgfkokmepi
Περιγραφή The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.
Μέγεθος Αρχείου 379 KB
Αριθμός Εγκαταστάσεων 264
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2019-08-21
Ημερομηνία Δημοσίευσης 2019-08-21
Αξιολόγηση 3.80/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής https://arunayyappath.me
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://arunayyappath.me/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Weather",
    "manifest_version": 2,
    "name": "Weather App",
    "version": "1.0.1",
    "description": "The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "geolocation"
    ]
}