Binary Clock

Making clocks harder to read, one bit at a time.

¿Qué es Binary Clock?

Binary Clock es una extensión de Chrome desarrollada por Jeffrey Pierce, y su función principal es "Making clocks harder to read, one bit at a time.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Binary Clock

Descarga archivos de extensión Binary Clock en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Binary Clock Binary Clock
ID glapajngabhpapccinednbdklpjahcgc
URL Oficial https://chrome.google.com/webstore/detail/binary-clock/glapajngabhpapccinednbdklpjahcgc
Descripción Making clocks harder to read, one bit at a time.
Tamaño del Archivo 16.05 KB
Cantidad de Instalaciones 149
Versión Actual 0.0.2
Última Actualización 2014-03-15
Fecha de Publicación 2014-03-15
Calificación 4.75/5 Total de 4 Calificaciones
Desarrollador Jeffrey Pierce
Tipo de Pago free
Sitio Web de la Extensión https://github.com/jeffreypierce/binary-clock
Idiomas Soportados 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"
    }
}