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