Binance Spot BTC to USD Value
Converts Binance spot wallet asset value from BTC value to USD value
¿Qué es Binance Spot BTC to USD Value?
Binance Spot BTC to USD Value es una extensión de Chrome desarrollada por zactreese, y su función principal es "Converts Binance spot wallet asset value from BTC value to USD value".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Binance Spot BTC to USD Value
Descarga archivos de extensión Binance Spot BTC to USD Value en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Binance Spot BTC to USD Value |
ID | bijipcodafgdebngmlaiiljnbagldiof |
URL Oficial | https://chromewebstore.google.com/detail/binance-spot-btc-to-usd-v/bijipcodafgdebngmlaiiljnbagldiof |
Descripción | Converts Binance spot wallet asset value from BTC value to USD value |
Tamaño del Archivo | 4.19 KB |
Cantidad de Instalaciones | 24 |
Versión Actual | 1.0 |
Última Actualización | 2021-02-23 |
Fecha de Publicación | 2021-02-22 |
Calificación | 4.50/5 Total de 2 Calificaciones |
Desarrollador | zactreese |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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": [] } |