Binary Clock

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

Binary Clockคืออะไร?

Binary Clock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jeffrey Pierce และคุณลักษณะหลักของมันคือ "Making clocks harder to read, one bit at a time."

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Binary Clock ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Binary Clock Binary Clock
ID glapajngabhpapccinednbdklpjahcgc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/binary-clock/glapajngabhpapccinednbdklpjahcgc
คำอธิบาย Making clocks harder to read, one bit at a time.
ขนาดไฟล์ 16.05 KB
จำนวนการติดตั้ง 149
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2014-03-15
วันที่เผยแพร่ 2014-03-15
คะแนน 4.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Jeffrey Pierce
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/jeffreypierce/binary-clock
ภาษาที่รองรับ 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"
    }
}