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
擴展基本資訊
名稱 | Bitcoin Address Lookup |
ID | pmlblkdmadbidammhjiponepngbfcpge |
官方網址 | 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" ] } |