World Weather
Get weather right in your browser homepage with our extension!
Τι είναι το World Weather;
Το World Weather είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον [email protected], και η κύρια λειτουργία του είναι "Get weather right in your browser homepage with our extension!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης World Weather
Λήψη αρχείων επέκτασης World Weather σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
For more details: https://world-weather-extension.com/pages/terms-of-use.html https://world-weather-extension.com/pages/privacy-policy.html Get the the update weather directly on your homepage! By installing the extension you accept and agree to set Chrome New Tab search to Bing, and to the terms and policies.
Βασικές Πληροφορίες Επέκτασης
Όνομα | World Weather |
ID | jkmfelbjabcdkngelgnaimnlglpdpbme |
Επίσημο URL | https://chromewebstore.google.com/detail/world-weather/jkmfelbjabcdkngelgnaimnlglpdpbme |
Περιγραφή | Get weather right in your browser homepage with our extension! |
Μέγεθος Αρχείου | 1.89 MB |
Αριθμός Εγκαταστάσεων | 10,683 |
Τρέχουσα Έκδοση | 1.4.1 |
Τελευταία Ενημέρωση | 2022-07-12 |
Ημερομηνία Δημοσίευσης | 2022-06-28 |
Αξιολόγηση | 3.75/5 Συνολικά 12 Αξιολογήσεις |
Προγραμματιστής | [email protected] |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://world-weather-extension.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://world-weather-extension.com/pages/contact.html |
URL της Σελίδας Πολιτικής Απορρήτου | https://world-weather-extension.com/pages/privacy-policy.html |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "icons": { "16": "icon16.721b7357.png", "48": "icon48.f544afcb.png", "128": "icon128.6aa15eb0.png" }, "action": { "default_icon": { "16": "icon16.721b7357.png", "48": "icon48.f544afcb.png" } }, "version": "1.4.1", "name": "World Weather", "description": "Get weather right in your browser homepage with our extension!", "author": "", "chrome_url_overrides": { "newtab": "newtab.06c72619.html" }, "permissions": [], "host_permissions": [ "*:\/\/*.world-weather-extension.com\/*" ] } |