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" } } |