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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}