Bitcoin Address Lookup

Lookup Bitcoin addresses from context menu.

What is Bitcoin Address Lookup?

Bitcoin Address Lookup is a Chrome extension developed by https://jonls.dk, and its main feature is "Lookup Bitcoin addresses from context menu.".

Extension Screenshots

screenshot

Download Bitcoin Address Lookup Extension CRX File

Download Bitcoin Address Lookup 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

                        Lookup Bitcoin addresses from the context menu. Currently blockchain.info is supported for lookups. Highlight the Bitcoin address on any page with the mouse, then right-click and select "Lookup Bitcoin address". You can also simply right-click any valid Bitcoin URL link and select the same option. The address info page will open in a new tab.

The source code is available here: https://github.com/jonls/Bitcoin-Address-Lookup                    

Extension Basic Information

Name Bitcoin Address Lookup Bitcoin Address Lookup
ID pmlblkdmadbidammhjiponepngbfcpge
Official URL https://chromewebstore.google.com/detail/bitcoin-address-lookup/pmlblkdmadbidammhjiponepngbfcpge
Description Lookup Bitcoin addresses from context menu.
File Size 12.01 KB
Installation Count 226
Current Version 0.1
Last Updated 2013-03-06
Publish Date 2013-03-06
Rating 4.83/5 Total 6 Ratings
Developer https://jonls.dk
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bitcoin Address Lookup",
    "version": "0.1",
    "manifest_version": 2,
    "description": "Lookup Bitcoin addresses from context menu.",
    "icons": {
        "16": "images\/bitcoin-16.png",
        "48": "images\/bitcoin-48.png",
        "128": "images\/bitcoin-128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus"
    ]
}