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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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
이메일 [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": []
}