Binance portfolio distribution and price
See the distribution and the value of your Binance Portfolio
Binance portfolio distribution and price là gì?
Binance portfolio distribution and price là một tiện ích mở rộng Chrome được phát triển bởi nim.izadi, và tính năng chính của nó là "See the distribution and the value of your Binance Portfolio".
Ả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 portfolio distribution and price
Tải xuống các tệp mở rộng Binance portfolio distribution and price 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
- Choose in which currency you want to see your Binance Portfolio: USD, EUR, GBP, CNY or BTC - See the value of each of your holding - See the distribution of your assets: 30% BTC, 25% ETH, etc. - See last 1h / 24h / 1d change - See coin price
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Binance portfolio distribution and price |
ID | hehgjfflnnegoonpmohkklklgfpgdcmg |
URL Chính Thức | https://chromewebstore.google.com/detail/binance-portfolio-distrib/hehgjfflnnegoonpmohkklklgfpgdcmg |
Mô tả | See the distribution and the value of your Binance Portfolio |
Kích Thước Tệp | 134 KB |
Số Lần Cài Đặt | 71 |
Phiên Bản Hiện Tại | 1.0.9 |
Cập Nhật Lần Cuối | 2018-01-23 |
Ngày Phát Hành | 2018-01-23 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | nim.izadi |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.9", "name": "Binance portfolio distribution and price", "manifest_version": 2, "description": "See the distribution and the value of your Binance Portfolio", "browser_action": { "default_title": "Binance portfolio", "default_popup": "popup.html" }, "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "web_accessible_resources": [ "inject.html" ], "background": { "page": "background.html" }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "default-src 'self'; script-src 'self' http:\/\/localhost:3000 https:\/\/localhost:3000 'unsafe-eval'; connect-src https:\/\/api.coindesk.com\/ http:\/\/localhost:3000 https:\/\/localhost:3000; style-src * 'unsafe-inline' 'self' blob:; img-src 'self' data:;" } |