Quick Weather
Quick weather report based on your location
Τι είναι το Quick Weather;
Το Quick Weather είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Vlad Nicoara, και η κύρια λειτουργία του είναι "Quick weather report based on your location".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Quick Weather
Λήψη αρχείων επέκτασης Quick Weather σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
It gives you a quick weather report based on your browser location. Current temperature and conditions, the 'real feel' index, high and low temperature of the day, a sum up of the next few days plus other astronomic info are all available at the touch of a button. You can quickly switch between the metric and imperial system by clicking on the main temperature display. Even more, the choice made will be saved and synced to all Chrome browsers the user is logged into.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | bpgapaikjgcbjahoghdbnecndpllfchk |
Επίσημο URL | https://chrome.google.com/webstore/detail/quick-weather/bpgapaikjgcbjahoghdbnecndpllfchk |
Περιγραφή | Quick weather report based on your location |
Μέγεθος Αρχείου | 91.42 KB |
Αριθμός Εγκαταστάσεων | 205 |
Τρέχουσα Έκδοση | 0.1.2 |
Τελευταία Ενημέρωση | 2015-02-25 |
Ημερομηνία Δημοσίευσης | 2015-02-25 |
Αξιολόγηση | 2.50/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Vlad Nicoara |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Weather", "manifest_version": 2, "description": "Quick weather report based on your location", "version": "0.1.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "http:\/\/api.openweathermap.org\/", "storage", "geolocation" ] } |