Bitcoin Address Lookup
Get instant balance of any bitcoin address on any webpage. Hold the left alt-key and click or select the address to get balance.
什麼是Bitcoin Address Lookup?
Bitcoin Address Lookup是由Eduard Karpa開發的Chrome擴展程式,該擴展的主要功能是“Get instant balance of any bitcoin address on any webpage. Hold the left alt-key and click or select the address to get balance.”。
擴展截圖
下載Bitcoin Address Lookup擴展crx文件
下載Bitcoin Address Lookup擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Get instant balance of any bitcoin address on any web-page. Hold the left alt-key and click or select the address to get balance You will get current balance of the address and total number received and sent bitcoins.
擴展基本資訊
名稱 | |
ID | lllihajjkapokmiogohflioedecpkedc |
官方網址 | https://chrome.google.com/webstore/detail/bitcoin-address-lookup/lllihajjkapokmiogohflioedecpkedc |
簡介 | Get instant balance of any bitcoin address on any webpage. Hold the left alt-key and click or select the address to get balance. |
檔案大小 | 291 KB |
安裝次數 | 171 |
目前版本 | 1.0.0.2 |
更新時間 | 2018-11-29 |
上架時間 | 2018-11-29 |
評分 | 4.50/5 共 2 次評分 |
開發者 | Eduard Karpa |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bitcoin Address Lookup", "version": "1.0.0.2", "description": "Get instant balance of any bitcoin address on any webpage. Hold the left alt-key and click or select the address to get balance.", "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "64": "\/images\/icon64.png", "128": "\/images\/icon128.png" }, "background": { "scripts": [ "script\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/content.css" ], "js": [ "script\/contentScript.js" ] } ], "permissions": [ "storage", "http:\/\/*\/*", "https:\/\/*\/*", "contentSettings" ] } |