BitBox

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

What is BitBox?

BitBox is a Chrome extension developed by Leo Wandersleb, and its main feature is "Allows to quickly get information on Bitoin addresses in any webpage through a tooltip.".

Extension Screenshots

screenshot

Download BitBox Extension CRX File

Download BitBox extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name BitBox BitBox
ID bcjdjalcfgbmbmdajpbbaboikhhlobkc
Official URL https://chrome.google.com/webstore/detail/bitbox/bcjdjalcfgbmbmdajpbbaboikhhlobkc
Description Allows to quickly get information on Bitoin addresses in any webpage through a tooltip.
File Size 109 KB
Installation Count 110
Current Version 1.0.4
Last Updated 2014-04-07
Publish Date 2014-04-07
Rating 5.00/5 Total 1 Ratings
Developer Leo Wandersleb
Payment Type free
Supported Languages 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
}