Bitcoin Address Lookup
Easily gather information regarding a particular bitcoin address.
What is Bitcoin Address Lookup?
Bitcoin Address Lookup is a Chrome extension developed by Zack Banack, and its main feature is "Easily gather information regarding a particular bitcoin address.".
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
Highlight a bitcoin address on a webpage, right click, and select "Bitcoin Address Lookup" from the popup menu to go to the bitcoin block explorer. http://zackbanack.com/
Extension Basic Information
Name | |
ID | plhgbjemkkbmmmanahmlaagdjebhmlcc |
Official URL | https://chrome.google.com/webstore/detail/bitcoin-address-lookup/plhgbjemkkbmmmanahmlaagdjebhmlcc |
Description | Easily gather information regarding a particular bitcoin address. |
File Size | 10.28 KB |
Installation Count | 23 |
Current Version | 0.0.1 |
Last Updated | 2014-12-13 |
Publish Date | 2014-12-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Zack Banack |
Payment Type | free |
Extension Website | http://zackbanack.com/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bitcoin Address Lookup", "manifest_version": 2, "author": "Zack Banack", "version": "0.0.1", "description": "Easily gather information regarding a particular bitcoin address.", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "contextMenus" ] } |