Binary clock

Simple icon for showing current time in binary format. Shows only hours and minutes

O que é Binary clock?

Binary clock é uma extensão do Chrome desenvolvida por Dmitry Gryanko, e sua principal característica é "Simple icon for showing current time in binary format. Shows only hours and minutes".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Binary clock

Baixe arquivos de extensão Binary 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

                        This extension provides small icon for showing current time in binary format.

Two blocks represents hours and minutes. Green and blue respectively.

Both blocks contain six bits. Lower bits are located in a column by 4 bits and 2 upper bits are location in a thin column of two bits.                    

Informações Básicas da Extensão

Nome Binary clock Binary clock
ID hdckiccpppgmmdcpchoflmhjflaboedc
URL Oficial https://chromewebstore.google.com/detail/binary-clock/hdckiccpppgmmdcpchoflmhjflaboedc
Descrição Simple icon for showing current time in binary format. Shows only hours and minutes
Tamanho do Arquivo 4.98 KB
Contagem de Instalações 14
Versão Atual 1.0
Última Atualização 2014-06-04
Data de Publicação 2014-06-04
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Dmitry Gryanko
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Binary clock",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Simple icon for showing current time in binary format. Shows only hours and minutes",
    "background": {
        "scripts": [
            "js\/background\/icon.js"
        ]
    },
    "browser_action": [],
    "icons": {
        "19": "img\/favicon-19.png",
        "48": "img\/favicon-48.png"
    }
}