Color Clock

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

Cos'è Color Clock?

Color Clock è un'estensione di Chrome sviluppata da google, e la sua funzione principale è "Clock that uses hex numbers to display the color that correlates with the exact time.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Color Clock

Scarica i file di estensione Color Clock in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Color Clock Color Clock
ID elkjgefanklhkjebfjfngcafjgjnfadh
URL Ufficiale https://chrome.google.com/webstore/detail/color-clock/elkjgefanklhkjebfjfngcafjgjnfadh
Descrizione Clock that uses hex numbers to display the color that correlates with the exact time.
Dimensione del File 27 KB
Conteggio Installazioni 15
Versione Corrente 1.0
Ultimo Aggiornamento 2015-08-24
Data di Pubblicazione 2015-08-24
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore google
Tipo di Pagamento free
Lingue Supportate 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"
    }
}