Binance Profit Calc
Calculates profit and loss, average price in the Order History
什么是Binance Profit Calc?
Binance Profit Calc是由konrad.nedza开发的Chrome扩展程序,该扩展的主要功能是“Calculates profit and loss, average price in the Order History”。
扩展截图
下载Binance Profit Calc扩展crx文件
下载Binance Profit Calc扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Binance Profit Calculator ============ Works only on the Order History on Binance and only for the displayed records. Calculates average buy and sell price, quantity and profit for currency pairs. If you find it useful please consider buying me a beer BTC: 12jEHQemhwmSS99RFpckM92265ZuCFLJh1 ETH: 0x99e257cd9B8eBF206176c9F4Ba19B9591906A35e
扩展基本信息
名称 | Binance Profit Calc |
ID | aedifhcdabhdfdmochlikgllmnoefcna |
官方URL | https://chromewebstore.google.com/detail/binance-profit-calc/aedifhcdabhdfdmochlikgllmnoefcna |
简介 | Calculates profit and loss, average price in the Order History |
文件大小 | 88.79 KB |
安装次数 | 129 |
当前版本 | 0.1.0 |
更新时间 | 2019-03-29 |
上架时间 | 2019-03-29 |
评分 | 1.00/5 共2次评分 |
开发者 | konrad.nedza |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Binance Profit Calc", "description": "Calculates profit and loss, average price in the Order History", "version": "0.1.0", "content_scripts": [ { "matches": [ "https:\/\/*.binance.com\/*tradeHistory*" ], "js": [ "jquery-3.3.1.js", "script.js" ] } ], "manifest_version": 2, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" } } |