Binance Spot BTC to USD Value
Converts Binance spot wallet asset value from BTC value to USD value
Binance Spot BTC to USD Valueとは何ですか?
Binance Spot BTC to USD Valueはzactreeseによって開発されたChromeの拡張機能で、その主な機能は「Converts Binance spot wallet asset value from BTC value to USD value」です。
拡張機能のスクリーンショット
Binance Spot BTC to USD Value拡張機能のCRXファイルをダウンロード
Binance Spot BTC to USD Value拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Binance Spot Wallet BTC value to USD Source code: https://github.com/zacharyreese/BinanceBTCtoUSDFirefoxAddon -- This is a addon that converts cryptocurrency asset value from BTC value to USD value in the Binance Spot Wallet Features -- Converts the BTC value of your crypto currency assets to USD by fetching the most current BTCUSDT price from Binance's API and converting the values. Bugs -- If you switch wallets, such as to margin wallet, by using the left-hand menu and switch back to spot wallet, you will need to refresh your screen to see the USD prices. -- Only way to switch back to BTC prices is to disable the addon https://i.imgur.com/q5HL0Sm.png https://i.imgur.com/Oj1Hvly.png
拡張機能の基本情報
名前 | Binance Spot BTC to USD Value |
ID | bijipcodafgdebngmlaiiljnbagldiof |
公式URL | https://chromewebstore.google.com/detail/binance-spot-btc-to-usd-v/bijipcodafgdebngmlaiiljnbagldiof |
説明 | Converts Binance spot wallet asset value from BTC value to USD value |
ファイルサイズ | 4.19 KB |
インストール数 | 24 |
現在のバージョン | 1.0 |
最終更新日 | 2021-02-23 |
公開日 | 2021-02-22 |
評価 | 4.50/5 合計 2 レビュー |
開発者 | zactreese |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Binance Spot BTC to USD Value", "version": "1.0", "content_scripts": [ { "matches": [ "https:\/\/www.binance.com\/en\/my\/wallet\/account\/main" ], "js": [ "main.js" ] } ], "description": "Converts Binance spot wallet asset value from BTC value to USD value", "permissions": [] } |