Color Clock

Clock that uses hex numbers to display the color that correlates with the exact time.

Wat is Color Clock?

Color Clock is een Chrome-extensie ontwikkeld door google, en de belangrijkste functie is "Clock that uses hex numbers to display the color that correlates with the exact time.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Color Clock

Download Color Clock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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 . . .                    

Basisinformatie over de Extensie

Naam Color Clock Color Clock
ID elkjgefanklhkjebfjfngcafjgjnfadh
Officiële URL https://chrome.google.com/webstore/detail/color-clock/elkjgefanklhkjebfjfngcafjgjnfadh
Beschrijving Clock that uses hex numbers to display the color that correlates with the exact time.
Bestandsgrootte 27 KB
Aantal Installaties 15
Huidige Versie 1.0
Laatst Bijgewerkt 2015-08-24
Publicatiedatum 2015-08-24
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar google
Betalingswijze free
Ondersteunde Talen 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"
    }
}