Blockchain.info Address Search

Adds right-click context menu to search Blockchain.info for a bitcoin address

Was ist Blockchain.info Address Search?

Blockchain.info Address Search ist eine Chrome-Erweiterung, die von jtibble entwickelt wurde, und ihr Hauptmerkmal ist "Adds right-click context menu to search Blockchain.info for a bitcoin address".

Erweiterungsscreenshots

screenshot

Blockchain.info Address Search-Erweiterungs-CRX-Datei herunterladen

Laden Sie Blockchain.info Address Search-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

                        UPDATE Dec 6 2013: Now if you highlight a transaction hash, it will pull it up as well!


Install this extension to add a right-click context menu to Chrome. When a bitcoin address is selected (by double-clicking), right-click and choose the "Search Blockchain.info" option to pull up that address' history at Blockchain.info.

If you find this extension useful, send a bitcent or two to
1Jnvhd8XupVWtNuhMnZZczNTXDeoEB5YyW

Code can be found at https://github.com/jtibble/Blockchain.info-Search-Chrome-Extension

Thanks!                    

Grundlegende Informationen zur Erweiterung

Name Blockchain.info Address Search Blockchain.info Address Search
ID aipmpbhchlkopmpoaipbelfpniojcnkb
Offizielle URL https://chromewebstore.google.com/detail/blockchaininfo-address-se/aipmpbhchlkopmpoaipbelfpniojcnkb
Beschreibung Adds right-click context menu to search Blockchain.info for a bitcoin address
Dateigröße 10.33 KB
Installationsanzahl 440
Aktuelle Version 1.11
Letztes Update 2013-12-07
Veröffentlichungsdatum 2013-12-07
Bewertung 4.31/5 Insgesamt 13 Bewertungen
Entwickler jtibble
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Blockchain.info Address Search",
    "description": "Adds right-click context menu to search Blockchain.info for a bitcoin address",
    "version": "1.11",
    "permissions": [
        "contextMenus",
        "http:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "search.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon_tiny.png"
    }
}