Binance Valuations
Finds values of individual wallets inside binance!
Binance Valuations là gì?
Binance Valuations là một tiện ích mở rộng Chrome được phát triển bởi Cody Neiman, và tính năng chính của nó là "Finds values of individual wallets inside binance!".
Ả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 Binance Valuations
Tải xuống các tệp mở rộng Binance Valuations 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
**Discontinued as this became an official feature of Binance in March 2018** *NOT AFFILIATED WITH "Binance.com" IN ANY WAY, USE AT YOUR OWN RISK Adds value of each wallet in Binance (under deposits and withdraws) after clicking on the chrome extension icon. Most recent releases: v0.4.0 86% Faster! v0.3.2 Value of each coin now displayed v0.3.1 Less API calls and formatting bug fixed v0.3.0 Improved formatting, links, and easier to read code Fully Open Source! https://github.com/Matrix-Guy/binance-valuations You probably shouldn't trust anything like this that is closed source, which is why you can view the code on github! That being said, the creator(s) of this chrome extension assume NO responsibility for any damages caused by this extension and as such can not be held liable for any problems related to or caused by this extension! Please post any bugs or suggestions to the github page!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Binance Valuations |
ID | gigeklhepgkfmglclnonjblcchoalpda |
URL Chính Thức | https://chromewebstore.google.com/detail/binance-valuations/gigeklhepgkfmglclnonjblcchoalpda |
Mô tả | Finds values of individual wallets inside binance! |
Kích Thước Tệp | 336 KB |
Số Lần Cài Đặt | 90 |
Phiên Bản Hiện Tại | 0.4.0 |
Cập Nhật Lần Cuối | 2018-04-13 |
Ngày Phát Hành | 2018-04-13 |
Đánh Giá | 3.00/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | Cody Neiman |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Matrix-Guy/binance-valuations |
URL Trang Trợ Giúp | https://github.com/Matrix-Guy/binance-valuations/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Binance Valuations", "version": "0.4.0", "description": "Finds values of individual wallets inside binance!", "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "contextMenus" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } } |