BTC Balance Checker
Get balance of your BTC in realtime
BTC Balance Checker là gì?
BTC Balance Checker là một tiện ích mở rộng Chrome được phát triển bởi niumi.workshop, và tính năng chính của nó là "Get balance of your BTC in realtime".
Ả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 BTC Balance Checker
Tải xuống các tệp mở rộng BTC Balance Checker 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
It's opensource and free for now, check the code : https://bitbucket.org/niumi/btc-balance-checker/src/remove_other_networks/ You have very much money in BTC market and want monitor your balance in real time? BTC Balance Checker will check balance automatically. You have to work hardly and no time to keep an eye on the market? BTC Balance Checker will alert you when BTC price change frequently. More coins will coming soon.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fegocfnkplaalojebcdadenpnmjmfbga |
URL Chính Thức | https://chrome.google.com/webstore/detail/btc-balance-checker/fegocfnkplaalojebcdadenpnmjmfbga |
Mô tả | Get balance of your BTC in realtime |
Kích Thước Tệp | 120 KB |
Số Lần Cài Đặt | 80 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2019-06-28 |
Ngày Phát Hành | 2019-06-28 |
Nhà Phát Triển | niumi.workshop |
[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": "BTC Balance Checker", "short_name": "BTC Blance Checker", "description": "Get balance of your BTC in realtime", "version": "1.0", "background": { "scripts": [ "background.js", "jquery-3.3.1.min.js", "bignumber.min.js", "numeral.min.js" ], "persistent": true }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "https:\/\/*.blockchain.info\/", "https:\/\/api.coindesk.com\/", "notifications", "storage", "tabs", "alarms" ] } |