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”。

擴展截圖

screenshot
screenshot

下載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 Binance Spot BTC to USD Value
ID bijipcodafgdebngmlaiiljnbagldiof
官方網址 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
電子郵箱 [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": []
}