Local Weather (Current Conditions)
Presents weather based on your current location, or you can update by entering new location/zip etc.
Τι είναι το Local Weather (Current Conditions);
Το Local Weather (Current Conditions) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον mohiman, και η κύρια λειτουργία του είναι "Presents weather based on your current location, or you can update by entering new location/zip etc.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Local Weather (Current Conditions)
Λήψη αρχείων επέκτασης Local Weather (Current Conditions) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Βασικές Πληροφορίες Επέκτασης
Όνομα | Local Weather (Current Conditions) |
ID | kobanmpgpihdneoociggikppoblinmol |
Επίσημο URL | https://chromewebstore.google.com/detail/local-weather-current-con/kobanmpgpihdneoociggikppoblinmol |
Περιγραφή | Presents weather based on your current location, or you can update by entering new location/zip etc. |
Μέγεθος Αρχείου | 1.16 MB |
Αριθμός Εγκαταστάσεων | 16 |
Τρέχουσα Έκδοση | 2.25 |
Τελευταία Ενημέρωση | 2016-07-22 |
Ημερομηνία Δημοσίευσης | 2016-07-21 |
Αξιολόγηση | 3.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | mohiman |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Local Weather (Current Conditions)", "description": "Presents weather based on your current location, or you can update by entering new location\/zip etc.", "version": "2.25", "browser_action": { "default_icon": "weather.png", "default_title": "Current Weather", "default_popup": "Mohit-Extension.html" }, "icons": { "16": "weatherMain1.png", "48": "weatherMain2.png", "128": "weatherMain3.png" }, "permissions": [ "activeTab", "geolocation", "http:\/\/api.openweathermap.org\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |