Binary clock

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

Binary clockคืออะไร?

Binary clock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dmitry Gryanko และคุณลักษณะหลักของมันคือ "Simple icon for showing current time in binary format. Shows only hours and minutes"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Binary clock

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}