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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Bitcoin Address Lookup एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}