Color Clock
Clock that uses hex numbers to display the color that correlates with the exact time.
Hvad er Color Clock?
Color Clock er en Chrome-udvidelse udviklet af google, og dens hovedfunktion er "Clock that uses hex numbers to display the color that correlates with the exact time.".
Udvidelsesskærmbilleder
Download Color Clock-udvidelses-CRX-fil
Download Color Clock-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 . . .
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | elkjgefanklhkjebfjfngcafjgjnfadh |
Officiel URL | https://chrome.google.com/webstore/detail/color-clock/elkjgefanklhkjebfjfngcafjgjnfadh |
Beskrivelse | Clock that uses hex numbers to display the color that correlates with the exact time. |
Filstørrelse | 27 KB |
Antal Installationer | 15 |
Nuværende Version | 1.0 |
Senest Opdateret | 2015-08-24 |
Udgivelsesdato | 2015-08-24 |
Bedømmelse | 1.00/5 Samlet 1 Bedømmelser |
Udvikler | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |