Time Icon
View the current time from the chrome extension bar. Right click on the time icon for the full date.
Τι είναι το Time Icon;
Το Time Icon είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Brandon Fowler, και η κύρια λειτουργία του είναι "View the current time from the chrome extension bar. Right click on the time icon for the full date.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Time Icon
Λήψη αρχείων επέκτασης Time Icon σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extensions adds an icon that displays the current time as icons badge text to the toolbar, allowing for the current time to be always accessible. When clicked, the icon opens a popup with the current date and time with second precision. The date can be changed to use full words or short words and it can be changed to use DMY or MDY format. The extension uses the time of your computer, so you can change the timezone in your computer's settings.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Time Icon |
ID | piobjonapfjjnenpemdbklflkcbdnlcg |
Επίσημο URL | https://chromewebstore.google.com/detail/time-icon/piobjonapfjjnenpemdbklflkcbdnlcg |
Περιγραφή | View the current time from the chrome extension bar. Right click on the time icon for the full date. |
Μέγεθος Αρχείου | 7.29 KB |
Αριθμός Εγκαταστάσεων | 30 |
Τρέχουσα Έκδοση | 1.2.2 |
Τελευταία Ενημέρωση | 2023-01-03 |
Ημερομηνία Δημοσίευσης | 2019-10-09 |
Προγραμματιστής | Brandon Fowler |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Time Icon", "version": "1.2.2", "permissions": [ "alarms", "storage" ], "description": "View the current time from the chrome extension bar. Right click on the time icon for the full date.", "icons": { "128": "icon128.png" }, "background": { "service_worker": "worker.js" }, "options_page": "options.html", "action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "manifest_version": 3 } |