Binary Clock

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

Binary Clock là gì?

Binary Clock là một tiện ích mở rộng Chrome được phát triển bởi Jeffrey Pierce, và tính năng chính của nó là "Making clocks harder to read, one bit at a time.".

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

screenshot
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 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!                    

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

Tên Binary Clock Binary Clock
ID glapajngabhpapccinednbdklpjahcgc
URL Chính Thức https://chrome.google.com/webstore/detail/binary-clock/glapajngabhpapccinednbdklpjahcgc
Mô tả Making clocks harder to read, one bit at a time.
Kích Thước Tệp 16.05 KB
Số Lần Cài Đặt 149
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2014-03-15
Ngày Phát Hành 2014-03-15
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Jeffrey Pierce
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jeffreypierce/binary-clock
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}