Binance show USD
Add the USD value to the output of the BTC Value column on Binance
Binance show USDとは何ですか?
Binance show USDはmanpreetによって開発されたChromeの拡張機能で、その主な機能は「Add the USD value to the output of the BTC Value column on Binance」です。
拡張機能のスクリーンショット
Binance show USD拡張機能のCRXファイルをダウンロード
Binance show USD拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Add the USD value to the output of the BTC Value column on Binance. Binance and the Binance Logo are registered trademarks of Binance Limited
拡張機能の基本情報
名前 | |
ID | pnmjhiopgdfcldmiggaldinjoehngofh |
公式URL | https://chrome.google.com/webstore/detail/pnmjhiopgdfcldmiggaldinjoehngofh |
説明 | Add the USD value to the output of the BTC Value column on Binance |
ファイルサイズ | 36.28 KB |
インストール数 | 132 |
現在のバージョン | 1.01 |
最終更新日 | 2018-01-04 |
公開日 | 2018-01-04 |
評価 | 3.50/5 合計 4 レビュー |
開発者 | manpreet |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/manpreetnarang/Binance-BTCtoUSD |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Binance show USD", "description": "Add the USD value to the output of the BTC Value column on Binance", "version": "1.01", "content_scripts": [ { "matches": [ "https:\/\/www.binance.com\/userCenter\/depositWithdraw.html" ], "js": [ "jquery.min.js", "content.js" ], "run_at": "document_end" } ] } |