Binary clock

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

What is Binary clock?

Binary clock is a Chrome extension developed by Dmitry Gryanko, and its main feature is "Simple icon for showing current time in binary format. Shows only hours and minutes".

Extension Screenshots

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

Extension Basic Information

Name Binary clock Binary clock
ID hdckiccpppgmmdcpchoflmhjflaboedc
Official URL https://chromewebstore.google.com/detail/binary-clock/hdckiccpppgmmdcpchoflmhjflaboedc
Description Simple icon for showing current time in binary format. Shows only hours and minutes
File Size 4.98 KB
Installation Count 14
Current Version 1.0
Last Updated 2014-06-04
Publish Date 2014-06-04
Rating 5.00/5 Total 1 Ratings
Developer Dmitry Gryanko
Payment Type free
Supported Languages 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"
    }
}