Blockchain.info Address Search

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

Wat is Blockchain.info Address Search?

Blockchain.info Address Search is een Chrome-extensie ontwikkeld door jtibble, en de belangrijkste functie is "Adds right-click context menu to search Blockchain.info for a bitcoin address".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Blockchain.info Address Search

Download Blockchain.info Address Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Blockchain.info Address Search Blockchain.info Address Search
ID aipmpbhchlkopmpoaipbelfpniojcnkb
Officiële URL https://chromewebstore.google.com/detail/blockchaininfo-address-se/aipmpbhchlkopmpoaipbelfpniojcnkb
Beschrijving Adds right-click context menu to search Blockchain.info for a bitcoin address
Bestandsgrootte 10.33 KB
Aantal Installaties 440
Huidige Versie 1.11
Laatst Bijgewerkt 2013-12-07
Publicatiedatum 2013-12-07
Beoordeling 4.31/5 Totaal 13 Beoordelingen
Ontwikkelaar jtibble
Betalingswijze free
Ondersteunde Talen 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"
    }
}