Blockchain.info Address Search

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

What is Blockchain.info Address Search?

Blockchain.info Address Search is a Chrome extension developed by jtibble, and its main feature is "Adds right-click context menu to search Blockchain.info for a bitcoin address".

Extension Screenshots

screenshot

Download Blockchain.info Address Search Extension CRX File

Download Blockchain.info Address Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Blockchain.info Address Search Blockchain.info Address Search
ID aipmpbhchlkopmpoaipbelfpniojcnkb
Official URL https://chromewebstore.google.com/detail/blockchaininfo-address-se/aipmpbhchlkopmpoaipbelfpniojcnkb
Description Adds right-click context menu to search Blockchain.info for a bitcoin address
File Size 10.33 KB
Installation Count 440
Current Version 1.11
Last Updated 2013-12-07
Publish Date 2013-12-07
Rating 4.31/5 Total 13 Ratings
Developer jtibble
Payment Type free
Supported Languages 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"
    }
}