binance info

access

binance info란 무엇입니까?

binance info은(는) abfzlabfzl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "access"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

binance info 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        making easy to trade in binance.com

showing current balance of your  cryptocurrency in each  trade page 

calculate current balance of each position you set up and showing in the table of open orders in each currency page.

in the next update we have this features:

changing red and green color of trade page to less bother eyes of traders 

calculating sum of all current price and profit or loss of trading orders 
make more pretty UI/UX

and many other features that needs any trader ...                    

확장 프로그램 기본 정보

이름 binance info binance info
ID ppppehcijnmfmamobfinpikdadmjjcln
공식 URL https://chromewebstore.google.com/detail/binance-info/ppppehcijnmfmamobfinpikdadmjjcln
설명 access
파일 크기 59.43 KB
설치 횟수 16
현재 버전 2.1
최근 업데이트 2021-07-20
출시 날짜 2021-07-19
평점 5.00/5 총 1 개의 평점
개발자 abfzlabfzl
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "binance info",
    "description": "access ",
    "version": "2.1",
    "manifest_version": 3,
    "icons": {
        "16": "binance-coin-1616.png",
        "32": "binance-coin-3232.png",
        "64": "binance-coin-6464.png",
        "256": "binance-coin-256256.png",
        "128": "binance-coin-128128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_icon": "binance-coin-6464.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.binance.com\/en\/trade\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}