Simple Weather Forecast and Radar
Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.
Τι είναι το Simple Weather Forecast and Radar;
Το Simple Weather Forecast and Radar είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jburnette, και η κύρια λειτουργία του είναι "Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Simple Weather Forecast and Radar
Λήψη αρχείων επέκτασης Simple Weather Forecast and Radar σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
swfr is a quick, simple, lightweight weather extension. It sits in your toolbar and displays the current temperature. When clicked, it shows the current weather conditions (temperature, humidity, and wind), the 5 day forecast, and an animated radar loop of your region.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Simple Weather Forecast and Radar |
ID | ldcmpboldapnmhlpjkciekhpmhlnhfjp |
Επίσημο URL | https://chromewebstore.google.com/detail/simple-weather-forecast-a/ldcmpboldapnmhlpjkciekhpmhlnhfjp |
Περιγραφή | Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image. |
Μέγεθος Αρχείου | 57.62 KB |
Αριθμός Εγκαταστάσεων | 487 |
Τρέχουσα Έκδοση | 1.5 |
Τελευταία Ενημέρωση | 2018-08-13 |
Ημερομηνία Δημοσίευσης | 2018-08-13 |
Αξιολόγηση | 3.39/5 Συνολικά 23 Αξιολογήσεις |
Προγραμματιστής | jburnette |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Weather Forecast and Radar", "description": "Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.", "version": "1.5", "icons": { "128": "store_logo.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/query.yahooapis.com; object-src 'self' 'unsafe-eval'", "permissions": [ "https:\/\/query.yahooapis.com\/", "https:\/\/sirocco.accuweather.com\/" ] } |