Binance show USD

Add the USD value to the output of the BTC Value column on Binance

什么是Binance show USD?

Binance show USD是由manpreet开发的Chrome扩展程序,该扩展的主要功能是“Add the USD value to the output of the BTC Value column on Binance”。

扩展截图

screenshot
screenshot

下载Binance show USD扩展crx文件

下载Binance show USD扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Add the USD value to the output of the BTC Value column on Binance.

Binance and the Binance Logo are registered trademarks of Binance Limited                    

扩展基本信息

名称 Binance show USD Binance show USD
ID pnmjhiopgdfcldmiggaldinjoehngofh
官方URL https://chrome.google.com/webstore/detail/pnmjhiopgdfcldmiggaldinjoehngofh
简介 Add the USD value to the output of the BTC Value column on Binance
文件大小 36.28 KB
安装次数 132
当前版本 1.01
更新时间 2018-01-04
上架时间 2018-01-04
评分 3.50/5 共4次评分
开发者 manpreet
付费类型 free
扩展官网 https://github.com/manpreetnarang/Binance-BTCtoUSD
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Binance show USD",
    "description": "Add the USD value to the output of the BTC Value column on Binance",
    "version": "1.01",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.binance.com\/userCenter\/depositWithdraw.html"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}