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.

Was ist Bitcoin Address Lookup?

Bitcoin Address Lookup ist eine Chrome-Erweiterung, die von Eduard Karpa entwickelt wurde, und ihr Hauptmerkmal ist "Get instant balance of any bitcoin address on any webpage. Hold the left alt-key and click or select the address to get balance.".

Erweiterungsscreenshots

screenshot

Bitcoin Address Lookup-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bitcoin Address Lookup-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Bitcoin Address Lookup Bitcoin Address Lookup
ID lllihajjkapokmiogohflioedecpkedc
Offizielle URL https://chrome.google.com/webstore/detail/bitcoin-address-lookup/lllihajjkapokmiogohflioedecpkedc
Beschreibung Get instant balance of any bitcoin address on any webpage. Hold the left alt-key and click or select the address to get balance.
Dateigröße 291 KB
Installationsanzahl 171
Aktuelle Version 1.0.0.2
Letztes Update 2018-11-29
Veröffentlichungsdatum 2018-11-29
Bewertung 4.50/5 Insgesamt 2 Bewertungen
Entwickler Eduard Karpa
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}