Binary Clock Tab

Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before.

Binary Clock Tab là gì?

Binary Clock Tab là một tiện ích mở rộng Chrome được phát triển bởi Mac Chaffee, và tính năng chính của nó là "Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before.".

Ả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 Tab

Tải xuống các tệp mở rộng Binary Clock Tab 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

                        Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before.

See below for release notes:
https://github.com/mac-chaffee/binary-clock-tab/releases                    

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

Tên Binary Clock Tab Binary Clock Tab
ID lnmgfgmedjfdpigkklmopnffeifiombh
URL Chính Thức https://chromewebstore.google.com/detail/binary-clock-tab/lnmgfgmedjfdpigkklmopnffeifiombh
Mô tả Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before.
Kích Thước Tệp 133 KB
Số Lần Cài Đặt 87
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2017-02-16
Ngày Phát Hành 2017-02-15
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Mac Chaffee
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mac-chaffee/binary-clock-tab
URL Trang Trợ Giúp https://github.com/mac-chaffee/binary-clock-tab/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Binary Clock Tab",
    "short_name": "Binary Clock Tab",
    "description": "Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before.",
    "version": "1.1.0",
    "author": "Mac Chaffee",
    "icons": {
        "128": "img\/binaryclock.png"
    },
    "browser_action": {
        "default_icon": "img\/binaryclock.png"
    },
    "background": {
        "scripts": [
            "js\/TabOpener.js"
        ],
        "persistent": false
    },
    "permissions": [],
    "homepage_url": "https:\/\/github.com\/mac-chaffee\/binary-clock-tab"
}