Good Times - Time Zone Clocks
Browser button that displays time zone clocks
Τι είναι το Good Times - Time Zone Clocks;
Το Good Times - Time Zone Clocks είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον scottschafferdesign, και η κύρια λειτουργία του είναι "Browser button that displays time zone clocks".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Good Times - Time Zone Clocks
Λήψη αρχείων επέκτασης Good Times - Time Zone Clocks σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This simple Browser Button displays your local time, and your choice of a number of popular time zones across the world. Add them to your clock list, sort them, and remove them at your leisure. Good Times also comes with a number of different color and font themes that you can flip through. New time zones and themes will be added over time.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Good Times - Time Zone Clocks |
ID | pflkmmpmblhpdngdddakekchmpaijdpb |
Επίσημο URL | https://chromewebstore.google.com/detail/good-times-time-zone-cloc/pflkmmpmblhpdngdddakekchmpaijdpb |
Περιγραφή | Browser button that displays time zone clocks |
Μέγεθος Αρχείου | 192 KB |
Αριθμός Εγκαταστάσεων | 48 |
Τρέχουσα Έκδοση | 2.1 |
Τελευταία Ενημέρωση | 2021-04-16 |
Ημερομηνία Δημοσίευσης | 2021-04-04 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | scottschafferdesign |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Good Times - Time Zone Clocks", "version": "2.1", "description": "Browser button that displays time zone clocks", "author": "Scott Schaffer", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "action": { "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_popup": "popup.html", "default_title": "Good Times" }, "permissions": [ "storage" ] } |