BitBox
Allows to quickly get information on Bitoin addresses in any webpage through a tooltip.
什麼是BitBox?
BitBox是由Leo Wandersleb開發的Chrome擴展程式,該擴展的主要功能是“Allows to quickly get information on Bitoin addresses in any webpage through a tooltip.”。
擴展截圖
下載BitBox擴展crx文件
下載BitBox擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
BitBox is an open source https://github.com/dmerrill6/BitChrome tool that extends any Bitcoin address with useful information and a QR-Code. The information is pulled only on mouseover from http://live.insight.is/ which is also open source.
擴展基本資訊
名稱 | |
ID | bcjdjalcfgbmbmdajpbbaboikhhlobkc |
官方網址 | https://chrome.google.com/webstore/detail/bitbox/bcjdjalcfgbmbmdajpbbaboikhhlobkc |
簡介 | Allows to quickly get information on Bitoin addresses in any webpage through a tooltip. |
檔案大小 | 109 KB |
安裝次數 | 110 |
目前版本 | 1.0.4 |
更新時間 | 2014-04-07 |
上架時間 | 2014-04-07 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Leo Wandersleb |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BitBox", "description": "Allows to quickly get information on Bitoin addresses in any webpage through a tooltip.", "version": "1.0.4", "permissions": [ "http:\/\/live.insight.is\/" ], "web_accessible_resources": [ "bitchrome-48.png" ], "icons": { "16": "bitchrome-16.png", "48": "bitchrome-48.png", "128": "bitchrome-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "bitcore.js", "jquery-1.11.0.min.js", "jquery.qtip.min.js", "jquery.qrcode-0.7.0.min.js", "contentscript.js", "content.js" ], "css": [ "jquery.qtip.min.css", "bitchrome.css" ], "run_at": "document_idle", "all_frames": false } ], "manifest_version": 2 } |