Bitcoin Address Lookup
Lookup Bitcoin addresses from context menu.
什么是Bitcoin Address Lookup?
Bitcoin Address Lookup是由https://jonls.dk开发的Chrome扩展程序,该扩展的主要功能是“Lookup Bitcoin addresses from context menu.”。
扩展截图
下载Bitcoin Address Lookup扩展crx文件
下载Bitcoin Address Lookup扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | pmlblkdmadbidammhjiponepngbfcpge |
| 官方URL | https://chromewebstore.google.com/detail/bitcoin-address-lookup/pmlblkdmadbidammhjiponepngbfcpge |
| 简介 | Lookup Bitcoin addresses from context menu. |
| 文件大小 | 12.01 KB |
| 安装次数 | 226 |
| 当前版本 | 0.1 |
| 更新时间 | 2013-03-06 |
| 上架时间 | 2013-03-06 |
| 评分 | 4.83/5 共6次评分 |
| 开发者 | https://jonls.dk |
| 付费类型 | free |
| 支持的语言 | 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"
]
} | |