Binance balances in Fiat Currency
Binance balances in Fiat Currency(USD,JPY,GBP,KRW,CNY,EUR) and show portfolio graph
Binance balances in Fiat Currencyとは何ですか?
Binance balances in Fiat Currencyはwaqsによって開発されたChromeの拡張機能で、その主な機能は「Binance balances in Fiat Currency(USD,JPY,GBP,KRW,CNY,EUR) and show portfolio graph」です。
拡張機能のスクリーンショット
Binance balances in Fiat Currency拡張機能のCRXファイルをダウンロード
Binance balances in Fiat Currency拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Add value of USD & JPY & EUR & GBP & CNY & KRW and BTC Rate columns into Binance Balances view. https://www.binance.com/userCenter/balances.html And you can check your all assets in chrome tab. Click icon to open or move tab. Add Your Asset Portfolio in chart!! バイナンスのウォレットページにて日本円換算のレートと所持金が表示されます。 便利な円チャート付き if you like it Donation please!! We add donation address on deposit page!! thank you ! We are not responsible for any losses resulting from use.
拡張機能の基本情報
名前 | Binance balances in Fiat Currency |
ID | imbllmhaembenfnclmpkclabdalghong |
公式URL | https://chromewebstore.google.com/detail/binance-balances-in-fiat/imbllmhaembenfnclmpkclabdalghong |
説明 | Binance balances in Fiat Currency(USD,JPY,GBP,KRW,CNY,EUR) and show portfolio graph |
ファイルサイズ | 176 KB |
インストール数 | 133 |
現在のバージョン | 0.0.2 |
最終更新日 | 2018-05-09 |
公開日 | 2018-05-09 |
開発者 | waqs |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Binance balances in Fiat Currency", "short_name": "Binance balances in Fiat Currency", "version": "0.0.2", "manifest_version": 2, "description": "Binance balances in Fiat Currency(USD,JPY,GBP,KRW,CNY,EUR) and show portfolio graph", "oauth2": { "client_id": "106154869894-uafimv5loa7d107udmq1l341bidbb4rg.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/plus.login", "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly" ] }, "icons": { "16": "img\/bn.png", "48": "img\/bn.png", "128": "img\/bn.png" }, "web_accessible_resources": [ "img\/*.png", "img\/add.css" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "19": "img\/bn.png", "38": "img\/bn.png" }, "default_title": "Binance balances in Fiat Currency" }, "permissions": [ "background", "tabs", "https:\/\/api.coindesk.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.binance.com\/*" ], "css": [ "add.css" ], "js": [ "jquery.min.js", "chart.js", "chartLabel.js", "script.js" ], "run_at": "document_start" } ] } |