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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}