BitBox

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

BitBoxคืออะไร?

BitBox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Leo Wandersleb และคุณลักษณะหลักของมันคือ "Allows to quickly get information on Bitoin addresses in any webpage through a tooltip."

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

screenshot

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

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

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

                        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.                    

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

ชื่อ BitBox BitBox
ID bcjdjalcfgbmbmdajpbbaboikhhlobkc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/bitbox/bcjdjalcfgbmbmdajpbbaboikhhlobkc
คำอธิบาย Allows to quickly get information on Bitoin addresses in any webpage through a tooltip.
ขนาดไฟล์ 109 KB
จำนวนการติดตั้ง 110
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2014-04-07
วันที่เผยแพร่ 2014-04-07
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Leo Wandersleb
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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
}