Binance Spot BTC to USD Value

Converts Binance spot wallet asset value from BTC value to USD value

Binance Spot BTC to USD Value là gì?

Binance Spot BTC to USD Value là một tiện ích mở rộng Chrome được phát triển bởi zactreese, và tính năng chính của nó là "Converts Binance spot wallet asset value from BTC value to USD value".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Binance Spot BTC to USD Value

Tải xuống các tệp mở rộng Binance Spot BTC to USD Value dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Binance Spot BTC to USD Value Binance Spot BTC to USD Value
ID bijipcodafgdebngmlaiiljnbagldiof
URL Chính Thức https://chromewebstore.google.com/detail/binance-spot-btc-to-usd-v/bijipcodafgdebngmlaiiljnbagldiof
Mô tả Converts Binance spot wallet asset value from BTC value to USD value
Kích Thước Tệp 4.19 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-02-23
Ngày Phát Hành 2021-02-22
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển zactreese
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": []
}