Binary clock

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

Binary clock là gì?

Binary clock là một tiện ích mở rộng Chrome được phát triển bởi Dmitry Gryanko, và tính năng chính của nó là "Simple icon for showing current time in binary format. Shows only hours and minutes".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Binary clock

Tải xuống các tệp mở rộng Binary clock dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Binary clock Binary clock
ID hdckiccpppgmmdcpchoflmhjflaboedc
URL Chính Thức https://chromewebstore.google.com/detail/binary-clock/hdckiccpppgmmdcpchoflmhjflaboedc
Mô tả Simple icon for showing current time in binary format. Shows only hours and minutes
Kích Thước Tệp 4.98 KB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-06-04
Ngày Phát Hành 2014-06-04
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Dmitry Gryanko
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}