Binary Clock

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

What is Binary Clock?

Binary Clock is a Chrome extension developed by Jeffrey Pierce, and its main feature is "Making clocks harder to read, one bit at a time.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Binary Clock Extension CRX File

Download Binary Clock extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Binary Clock Binary Clock
ID glapajngabhpapccinednbdklpjahcgc
Official URL https://chrome.google.com/webstore/detail/binary-clock/glapajngabhpapccinednbdklpjahcgc
Description Making clocks harder to read, one bit at a time.
File Size 16.05 KB
Installation Count 149
Current Version 0.0.2
Last Updated 2014-03-15
Publish Date 2014-03-15
Rating 4.75/5 Total 4 Ratings
Developer Jeffrey Pierce
Payment Type free
Extension Website https://github.com/jeffreypierce/binary-clock
Supported Languages 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"
    }
}