Binary clock

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

Binary clockとは何ですか?

Binary clockはDmitry Gryankoによって開発されたChromeの拡張機能で、その主な機能は「Simple icon for showing current time in binary format. Shows only hours and minutes」です。

拡張機能のスクリーンショット

screenshot
screenshot

Binary clock拡張機能のCRXファイルをダウンロード

Binary clock拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Binary clock Binary clock
ID hdckiccpppgmmdcpchoflmhjflaboedc
公式URL https://chromewebstore.google.com/detail/binary-clock/hdckiccpppgmmdcpchoflmhjflaboedc
説明 Simple icon for showing current time in binary format. Shows only hours and minutes
ファイルサイズ 4.98 KB
インストール数 14
現在のバージョン 1.0
最終更新日 2014-06-04
公開日 2014-06-04
評価 5.00/5 合計 1 レビュー
開発者 Dmitry Gryanko
支払い方法 free
対応言語 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"
    }
}