BitRef

Check Bitcoin Address Balance Tool

ما هو BitRef؟

BitRef هو إضافة Chrome تم تطويرها بواسطة https://bitref.com، والميزة الرئيسية لها هي "Check Bitcoin Address Balance Tool".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة BitRef

قم بتنزيل ملفات الامتداد BitRef بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        BitRef will help you view the current balance of any Bitcoin address. Just type: "btc [space or tab] bitcoin_address" in Chrome's address bar. This is the easiest and fastest way to check balance of any Bitcoin address.                    

معلومات أساسية عن التمديد

الاسم BitRef BitRef
ID ilfkfnelpnipciclabnebcangnnlmjgn
عنوان URL الرسمي https://chromewebstore.google.com/detail/bitref/ilfkfnelpnipciclabnebcangnnlmjgn
الوصف Check Bitcoin Address Balance Tool
حجم الملف 11.15 KB
عدد التثبيتات 288
النسخة الحالية 1.0
آخر تحديث 2017-03-27
تاريخ النشر 2017-03-27
تقييم 4.00/5 مجموع تقييمات 3
المطور https://bitref.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://bitref.com/
عنوان صفحة سياسة الخصوصية https://www.privacypolicies.com/live/3544ec04-1f07-43ce-a6a5-7eaaa78f1d07
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BitRef",
    "version": "1.0",
    "description": "Check Bitcoin Address Balance Tool",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "bitref.js"
        ]
    },
    "omnibox": {
        "keyword": "btc"
    },
    "permissions": [],
    "homepage_url": "https:\/\/bitref.com\/"
}