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 là gì?
Bitcoin Address Lookup là một tiện ích mở rộng Chrome được phát triển bởi Eduard Karpa, và tính năng chính của nó là "Get instant balance of any bitcoin address on any webpage. Hold the left alt-key and click or select the address to get balance.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bitcoin Address Lookup
Tải xuống các tệp mở rộng Bitcoin Address Lookup dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lllihajjkapokmiogohflioedecpkedc |
URL Chính Thức | https://chrome.google.com/webstore/detail/bitcoin-address-lookup/lllihajjkapokmiogohflioedecpkedc |
Mô tả | Get instant balance of any bitcoin address on any webpage. Hold the left alt-key and click or select the address to get balance. |
Kích Thước Tệp | 291 KB |
Số Lần Cài Đặt | 171 |
Phiên Bản Hiện Tại | 1.0.0.2 |
Cập Nhật Lần Cuối | 2018-11-29 |
Ngày Phát Hành | 2018-11-29 |
Đánh Giá | 4.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Eduard Karpa |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |