Binance portfolio distribution and price
See the distribution and the value of your Binance Portfolio
什么是Binance portfolio distribution and price?
Binance portfolio distribution and price是由nim.izadi开发的Chrome扩展程序,该扩展的主要功能是“See the distribution and the value of your Binance Portfolio”。
扩展截图
下载Binance portfolio distribution and price扩展crx文件
下载Binance portfolio distribution and price扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
- 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
扩展基本信息
名称 | Binance portfolio distribution and price |
ID | hehgjfflnnegoonpmohkklklgfpgdcmg |
官方URL | https://chromewebstore.google.com/detail/binance-portfolio-distrib/hehgjfflnnegoonpmohkklklgfpgdcmg |
简介 | See the distribution and the value of your Binance Portfolio |
文件大小 | 134 KB |
安装次数 | 71 |
当前版本 | 1.0.9 |
更新时间 | 2018-01-23 |
上架时间 | 2018-01-23 |
评分 | 3.00/5 共2次评分 |
开发者 | nim.izadi |
付费类型 | free |
支持的语言 | 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:;" } |