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
公式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
Eメール [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"
            ]
        }
    ]
}