BitBox

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

BitBoxとは何ですか?

BitBoxはLeo Wanderslebによって開発されたChromeの拡張機能で、その主な機能は「Allows to quickly get information on Bitoin addresses in any webpage through a tooltip.」です。

拡張機能のスクリーンショット

screenshot

BitBox拡張機能のCRXファイルをダウンロード

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
}