binance info

access

什麼是binance info?

binance info是由abfzlabfzl開發的Chrome擴展程式,該擴展的主要功能是“access”。

擴展截圖

screenshot
screenshot

下載binance info擴展crx文件

下載binance info擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}