Color Clock

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

O que é Color Clock?

Color Clock é uma extensão do Chrome desenvolvida por google, e sua principal característica é "Clock that uses hex numbers to display the color that correlates with the exact time.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Color Clock

Baixe arquivos de extensão Color Clock no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Color Clock Color Clock
ID elkjgefanklhkjebfjfngcafjgjnfadh
URL Oficial https://chrome.google.com/webstore/detail/color-clock/elkjgefanklhkjebfjfngcafjgjnfadh
Descrição Clock that uses hex numbers to display the color that correlates with the exact time.
Tamanho do Arquivo 27 KB
Contagem de Instalações 15
Versão Atual 1.0
Última Atualização 2015-08-24
Data de Publicação 2015-08-24
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor google
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}