Bitcoin Address Lookup

Get instant balance of any bitcoin address on any webpage. Hold the left alt-key and click or select the address to get balance.

ما هو Bitcoin Address Lookup؟

Bitcoin Address Lookup هو إضافة Chrome تم تطويرها بواسطة Eduard Karpa، والميزة الرئيسية لها هي "Get instant balance of any bitcoin address on any webpage. Hold the left alt-key and click or select the address to get balance.".

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

screenshot

تحميل ملف CRX للإضافة Bitcoin Address Lookup

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

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

                        Get instant balance of any bitcoin address on any web-page. Hold the left alt-key and click  or select the address to get balance You will get current balance of the address and total number received and sent bitcoins.                    

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

الاسم Bitcoin Address Lookup Bitcoin Address Lookup
ID lllihajjkapokmiogohflioedecpkedc
عنوان URL الرسمي https://chrome.google.com/webstore/detail/bitcoin-address-lookup/lllihajjkapokmiogohflioedecpkedc
الوصف Get instant balance of any bitcoin address on any webpage. Hold the left alt-key and click or select the address to get balance.
حجم الملف 291 KB
عدد التثبيتات 171
النسخة الحالية 1.0.0.2
آخر تحديث 2018-11-29
تاريخ النشر 2018-11-29
تقييم 4.50/5 مجموع تقييمات 2
المطور Eduard Karpa
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bitcoin Address Lookup",
    "version": "1.0.0.2",
    "description": "Get instant balance of any bitcoin address on any webpage. Hold the left alt-key and click or select the address to get balance.",
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "64": "\/images\/icon64.png",
        "128": "\/images\/icon128.png"
    },
    "background": {
        "scripts": [
            "script\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "script\/contentScript.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contentSettings"
    ]
}