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
官方網址 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"
    }
}