Weather Clock for Chrome
New tab screen with current time and weather.
Τι είναι το Weather Clock for Chrome;
Το Weather Clock for Chrome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Next Things Apps, και η κύρια λειτουργία του είναι "New tab screen with current time and weather.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Weather Clock for Chrome
Λήψη αρχείων επέκτασης Weather Clock for Chrome σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Weather Clock for Chrome is a simple extension that replaces your "New Tab" screen with a new one that shows you the current time and the weather.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Weather Clock for Chrome |
ID | adknmgojfoolkhflnjbjhnahaagjgogd |
Επίσημο URL | https://chromewebstore.google.com/detail/weather-clock-for-chrome/adknmgojfoolkhflnjbjhnahaagjgogd |
Περιγραφή | New tab screen with current time and weather. |
Μέγεθος Αρχείου | 2.21 MB |
Αριθμός Εγκαταστάσεων | 383 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2019-09-04 |
Ημερομηνία Δημοσίευσης | 2019-09-04 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Next Things Apps |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Weather Clock for Chrome", "version": "1.0.0", "manifest_version": 2, "options_page": "app\/index.html#\/drawer\/settings", "icons": { "16": "images\/icon16.png", "96": "images\/icon96.png", "128": "images\/icon128.png" }, "description": "New tab screen with current time and weather.", "background": { "scripts": [ "app\/underscore.js", "app\/background.js" ] }, "chrome_url_overrides": { "newtab": "app\/index.html" }, "default_locale": "en", "permissions": [ "storage", "tabs", "unlimitedStorage", "geolocation", "unlimitedStorage", "https:\/\/maps.googleapis.com\/maps\/api\/", "http:\/\/api.wunderground.com\/api", "https:\/\/ssl.google-analytics.com\/", "https:\/\/s3.amazonaws.com\/" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/widget.uservoice.com\/; object-src 'self'" } |