Color Clock
Clock that uses hex numbers to display the color that correlates with the exact time.
Was ist Color Clock?
Color Clock ist eine Chrome-Erweiterung, die von google entwickelt wurde, und ihr Hauptmerkmal ist "Clock that uses hex numbers to display the color that correlates with the exact time.".
Erweiterungsscreenshots
Color Clock-Erweiterungs-CRX-Datei herunterladen
Laden Sie Color Clock-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 . . .
Grundlegende Informationen zur Erweiterung
Name | |
ID | elkjgefanklhkjebfjfngcafjgjnfadh |
Offizielle URL | https://chrome.google.com/webstore/detail/color-clock/elkjgefanklhkjebfjfngcafjgjnfadh |
Beschreibung | Clock that uses hex numbers to display the color that correlates with the exact time. |
Dateigröße | 27 KB |
Installationsanzahl | 15 |
Aktuelle Version | 1.0 |
Letztes Update | 2015-08-24 |
Veröffentlichungsdatum | 2015-08-24 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |