Binary Clock
Making clocks harder to read, one bit at a time.
O que é Binary Clock?
Binary Clock é uma extensão do Chrome desenvolvida por Jeffrey Pierce, e sua principal característica é "Making clocks harder to read, one bit at a time.".
Capturas de Tela da Extensão
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 shows a simple, elegant binary clock on new tabs. Options include: multiple themes, clock display mode and whether or not to display 'traditional' time. Impress your friends with how nerdy you are!
Informações Básicas da Extensão
Nome | |
ID | glapajngabhpapccinednbdklpjahcgc |
URL Oficial | https://chrome.google.com/webstore/detail/binary-clock/glapajngabhpapccinednbdklpjahcgc |
Descrição | Making clocks harder to read, one bit at a time. |
Tamanho do Arquivo | 16.05 KB |
Contagem de Instalações | 149 |
Versão Atual | 0.0.2 |
Última Atualização | 2014-03-15 |
Data de Publicação | 2014-03-15 |
Classificação | 4.75/5 Total de 4 Avaliações |
Desenvolvedor | Jeffrey Pierce |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/jeffreypierce/binary-clock |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Binary Clock", "description": "Making clocks harder to read, one bit at a time.", "author": "Jeffrey Pierce", "homepage_url": "http:\/\/github.com\/jeffreypierce\/binary-clock", "icons": { "128": "icon_128.png" }, "version": "0.0.2", "permissions": [ "tabs" ], "manifest_version": 2, "chrome_url_overrides": { "newtab": "index.html" } } |