BitBox

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

Apa itu BitBox?

BitBox adalah ekstensi Chrome yang dikembangkan oleh Leo Wandersleb, dan fitur utamanya adalah "Allows to quickly get information on Bitoin addresses in any webpage through a tooltip.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi BitBox

Unduh file ekstensi BitBox dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama BitBox BitBox
ID bcjdjalcfgbmbmdajpbbaboikhhlobkc
URL Resmi https://chrome.google.com/webstore/detail/bitbox/bcjdjalcfgbmbmdajpbbaboikhhlobkc
Deskripsi Allows to quickly get information on Bitoin addresses in any webpage through a tooltip.
Ukuran File 109 KB
Jumlah Instalasi 110
Versi Saat Ini 1.0.4
Terakhir Diperbarui 2014-04-07
Tanggal Publikasi 2014-04-07
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Leo Wandersleb
Tipe Pembayaran free
Bahasa yang Didukung 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
}