Weather
The best way to see the Weather Forecast right in your browser. Easier than looking outside!
Τι είναι το Weather;
Το Weather είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://weatherextension.com, και η κύρια λειτουργία του είναι "The best way to see the Weather Forecast right in your browser. Easier than looking outside!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Weather
Λήψη αρχείων επέκτασης Weather σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Weather automatically locates and displays your current weather forecast, hourly and 7 day forecast. The app icon will automatically update to your current temperature. Very easy to use with more features coming soon! Features ----------------- * Multiple Weather Data Sources (Visual Crossing Api, PirateWeather Api, and more) * Hourly and 7 day forecasts * Precipitation and Severe Weather alerts * Temperature in your Toolbar * Geolocation * Supports multiple languages * Multiple locations * Animated icons * Set custom location by address or zip code * Choose Fahrenheit or Celsius * Settings sync between devices * 12h/24h time format * Accurate Weather Forecast FAQ: timleland.com/weather-extension-faq
Βασικές Πληροφορίες Επέκτασης
Όνομα | Weather |
ID | iolcbmjhmpdheggkocibajddahbeiglb |
Επίσημο URL | https://chromewebstore.google.com/detail/weather/iolcbmjhmpdheggkocibajddahbeiglb |
Περιγραφή | The best way to see the Weather Forecast right in your browser. Easier than looking outside! |
Μέγεθος Αρχείου | 10.82 MB |
Αριθμός Εγκαταστάσεων | 153,933 |
Τρέχουσα Έκδοση | 6.0.14 |
Τελευταία Ενημέρωση | 2024-01-18 |
Ημερομηνία Δημοσίευσης | 2020-05-22 |
Αξιολόγηση | 2.82/5 Συνολικά 6327 Αξιολογήσεις |
Προγραμματιστής | https://weatherextension.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://weatherextension.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://timleland.com/weather-extension-faq/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://t.ly/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Weather", "short_name": "Weather", "homepage_url": "https:\/\/weatherextension.com\/", "version": "6.0.14", "description": "The best way to see the Weather Forecast right in your browser. Easier than looking outside!", "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": { "38": "img\/icon38.png" }, "default_title": "Weather", "default_popup": "popup.html" }, "manifest_version": 3, "permissions": [ "alarms", "storage", "geolocation", "notifications", "idle" ], "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+L", "mac": "Command+Shift+L" } } } } |