BitBox

Allows to quickly get information on Bitoin addresses in any webpage through a tooltip.

BitBox là gì?

BitBox là một tiện ích mở rộng Chrome được phát triển bởi Leo Wandersleb, và tính năng chính của nó là "Allows to quickly get information on Bitoin addresses in any webpage through a tooltip.".

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

screenshot

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

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

                        BitBox is an open source https://github.com/dmerrill6/BitChrome tool that extends any Bitcoin address with useful information and a QR-Code. The information is pulled only on mouseover from http://live.insight.is/ which is also open source.                    

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

Tên BitBox BitBox
ID bcjdjalcfgbmbmdajpbbaboikhhlobkc
URL Chính Thức https://chrome.google.com/webstore/detail/bitbox/bcjdjalcfgbmbmdajpbbaboikhhlobkc
Mô tả Allows to quickly get information on Bitoin addresses in any webpage through a tooltip.
Kích Thước Tệp 109 KB
Số Lần Cài Đặt 110
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2014-04-07
Ngày Phát Hành 2014-04-07
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Leo Wandersleb
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": "BitBox",
    "description": "Allows to quickly get information on Bitoin addresses in any webpage through a tooltip.",
    "version": "1.0.4",
    "permissions": [
        "http:\/\/live.insight.is\/"
    ],
    "web_accessible_resources": [
        "bitchrome-48.png"
    ],
    "icons": {
        "16": "bitchrome-16.png",
        "48": "bitchrome-48.png",
        "128": "bitchrome-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "bitcore.js",
                "jquery-1.11.0.min.js",
                "jquery.qtip.min.js",
                "jquery.qrcode-0.7.0.min.js",
                "contentscript.js",
                "content.js"
            ],
            "css": [
                "jquery.qtip.min.css",
                "bitchrome.css"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "manifest_version": 2
}