Trade Helper for Binance

Add the USD value to the output of the BTC value column on Binance. Also you can convert BTC and ETH to USD at the Binance rate.

Trade Helper for Binanceとは何ですか?

Trade Helper for BinanceはVadim Semenkoによって開発されたChromeの拡張機能で、その主な機能は「Add the USD value to the output of the BTC value column on Binance. Also you can convert BTC and ETH to USD at the Binance rate.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Trade Helper for Binance拡張機能のCRXファイルをダウンロード

Trade Helper for Binance拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Add USD value to the BTC value and coin count columns on Binance. Also you can convert BTC to USD in popup at the Binance rate.

1.2 - extension was rewrote with React. Add convert BTC to USD in popup.

1.3 - 1.4 - fix bugs.

1.5 - add convert ETH to USD in popup.                    

拡張機能の基本情報

名前 Trade Helper for Binance Trade Helper for Binance
ID mdpkjhbjmiejbohenjbdgeagimndggea
公式URL https://chrome.google.com/webstore/detail/trade-helper-for-binance/mdpkjhbjmiejbohenjbdgeagimndggea
説明 Add the USD value to the output of the BTC value column on Binance. Also you can convert BTC and ETH to USD at the Binance rate.
ファイルサイズ 1.06 MB
インストール数 66
現在のバージョン 1.5
最終更新日 2018-04-20
公開日 2018-04-20
評価 2.33/5 合計 3 レビュー
開発者 Vadim Semenko
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trade Helper for Binance",
    "description": "Add the USD value to the output of the BTC value column on Binance. Also you can convert BTC and ETH to USD at the Binance rate.",
    "version": "1.5",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "materialize\/js\/jquery-3.3.1.min.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/icon_64.png",
        "default_title": "Trade Helper for Binance"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "icons\/icon_128.png"
    }
}