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
电子邮箱 [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"
    }
}