Color Clock
Clock that uses hex numbers to display the color that correlates with the exact time.
Τι είναι το Color Clock;
Το Color Clock είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον google, και η κύρια λειτουργία του είναι "Clock that uses hex numbers to display the color that correlates with the exact time.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Color Clock
Λήψη αρχείων επέκτασης Color Clock σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The Color Clock extension will brighten up your day and your browser background according to the time. It uses the current time, converts it into a hexadecimal color value, and changes the background accordingly with colors range from #000000 to #235959, matching every second within a 24 hour period. The hour (first two numbers) represents the amount of red in the background, the minutes (third and fourth numbers) represents the amount of green in the background, and the seconds (fifth and sixth numbers) represents the amount of blue in the background. Never a boring moment with Color Clock. Get it here today . . .
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | elkjgefanklhkjebfjfngcafjgjnfadh |
Επίσημο URL | https://chrome.google.com/webstore/detail/color-clock/elkjgefanklhkjebfjfngcafjgjnfadh |
Περιγραφή | Clock that uses hex numbers to display the color that correlates with the exact time. |
Μέγεθος Αρχείου | 27 KB |
Αριθμός Εγκαταστάσεων | 15 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2015-08-24 |
Ημερομηνία Δημοσίευσης | 2015-08-24 |
Αξιολόγηση | 1.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Color Clock", "description": "Clock that uses hex numbers to display the color that correlates with the exact time.", "version": "1.0", "incognito": "split", "chrome_url_overrides": { "newtab": "public\/index.html" } } |