Bitcoin Address Lookup
Easily gather information regarding a particular bitcoin address.
什么是Bitcoin Address Lookup?
Bitcoin Address Lookup是由Zack Banack开发的Chrome扩展程序,该扩展的主要功能是“Easily gather information regarding a particular bitcoin address.”。
下载Bitcoin Address Lookup扩展crx文件
下载Bitcoin Address Lookup扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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/
扩展基本信息
名称 | |
ID | plhgbjemkkbmmmanahmlaagdjebhmlcc |
官方URL | https://chrome.google.com/webstore/detail/bitcoin-address-lookup/plhgbjemkkbmmmanahmlaagdjebhmlcc |
简介 | Easily gather information regarding a particular bitcoin address. |
文件大小 | 10.28 KB |
安装次数 | 23 |
当前版本 | 0.0.1 |
更新时间 | 2014-12-13 |
上架时间 | 2014-12-13 |
评分 | 5.00/5 共1次评分 |
开发者 | Zack Banack |
付费类型 | free |
扩展官网 | http://zackbanack.com/ |
支持的语言 | 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" ] } |