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 |
官方網址 | 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" } } |