Blockchain explorer info
Search blockchain address info
What is Blockchain explorer info?
Blockchain explorer info is a Chrome extension developed by darkerboy01, and its main feature is "Search blockchain address info".
Download Blockchain explorer info Extension CRX File
Download Blockchain explorer info 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
Quickly search an address in blockchain explorers. Currently for BTC, ETH, LTC. More currencies soon.
Extension Basic Information
Name | |
ID | dnflcanpkakbcgmmihiflppgoaokbeaa |
Official URL | https://chrome.google.com/webstore/detail/blockchain-explorer-info/dnflcanpkakbcgmmihiflppgoaokbeaa |
Description | Search blockchain address info |
File Size | 72.99 KB |
Installation Count | 19 |
Current Version | 1.0 |
Last Updated | 2018-03-13 |
Publish Date | 2018-03-13 |
Rating | 4.00/5 Total 1 Ratings |
Developer | darkerboy01 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Blockchain explorer info", "description": "Search blockchain address info", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Search blockchain address info" }, "permissions": [ "activeTab", "storage" ] } |