Blockchain.info Address Search
Adds right-click context menu to search Blockchain.info for a bitcoin address
什麼是Blockchain.info Address Search?
Blockchain.info Address Search是由jtibble開發的Chrome擴展程式,該擴展的主要功能是“Adds right-click context menu to search Blockchain.info for a bitcoin address”。
擴展截圖
下載Blockchain.info Address Search擴展crx文件
下載Blockchain.info Address Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
UPDATE Dec 6 2013: Now if you highlight a transaction hash, it will pull it up as well!
Install this extension to add a right-click context menu to Chrome. When a bitcoin address is selected (by double-clicking), right-click and choose the "Search Blockchain.info" option to pull up that address' history at Blockchain.info.
If you find this extension useful, send a bitcent or two to
1Jnvhd8XupVWtNuhMnZZczNTXDeoEB5YyW
Code can be found at https://github.com/jtibble/Blockchain.info-Search-Chrome-Extension
Thanks! 擴展基本資訊
| 名稱 | |
| ID | aipmpbhchlkopmpoaipbelfpniojcnkb |
| 官方網址 | https://chromewebstore.google.com/detail/blockchaininfo-address-se/aipmpbhchlkopmpoaipbelfpniojcnkb |
| 簡介 | Adds right-click context menu to search Blockchain.info for a bitcoin address |
| 檔案大小 | 10.33 KB |
| 安裝次數 | 440 |
| 目前版本 | 1.11 |
| 更新時間 | 2013-12-07 |
| 上架時間 | 2013-12-07 |
| 評分 | 4.31/5 共 13 次評分 |
| 開發者 | jtibble |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Blockchain.info Address Search",
"description": "Adds right-click context menu to search Blockchain.info for a bitcoin address",
"version": "1.11",
"permissions": [
"contextMenus",
"http:\/\/*\/*"
],
"background": {
"scripts": [
"search.js"
]
},
"browser_action": {
"default_icon": "icon.png"
},
"icons": {
"16": "icon_tiny.png"
}
} | |