Weathery (weather)
A clean and simple weather app.
Τι είναι το Weathery (weather);
Το Weathery (weather) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον eky, και η κύρια λειτουργία του είναι "A clean and simple weather app.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Weathery (weather)
Λήψη αρχείων επέκτασης Weathery (weather) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Get weather updates at a glance while using Chrome. Click on the icon to access a full forecast for your location. ************************ Features: * Icon live updates with current weather * Current weather * 15h forecast * 5 day forecast * Choose between metric or imperial units * Search over 200 000 cities worldwide ************************ This extension is powered by the OpenWeatherMap API. For more information, visit http://openweathermap.org
Βασικές Πληροφορίες Επέκτασης
Όνομα | Weathery (weather) |
ID | eknnpofdolaciafcnokdbgfelpmdpceb |
Επίσημο URL | https://chromewebstore.google.com/detail/weathery-weather/eknnpofdolaciafcnokdbgfelpmdpceb |
Περιγραφή | A clean and simple weather app. |
Μέγεθος Αρχείου | 317 KB |
Αριθμός Εγκαταστάσεων | 818 |
Τρέχουσα Έκδοση | 0.1.3 |
Τελευταία Ενημέρωση | 2016-01-11 |
Ημερομηνία Δημοσίευσης | 2016-01-10 |
Αξιολόγηση | 3.58/5 Συνολικά 12 Αξιολογήσεις |
Προγραμματιστής | eky |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Weathery (weather)", "short_name": "Weathery", "description": "A clean and simple weather app.", "version": "0.1.3", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": { "19": "icons\/favicons19\/02.png", "38": "icons\/favicons38\/02.png" }, "default_popup": "popup.html" }, "background": { "scripts": [ "dist\/updateIcon.js" ], "persistant": false }, "permissions": [ "storage", "alarms" ] } |