Binance balances in Fiat Currency

Binance balances in Fiat Currency(USD,JPY,GBP,KRW,CNY,EUR) and show portfolio graph

什麼是Binance balances in Fiat Currency?

Binance balances in Fiat Currency是由waqs開發的Chrome擴展程式,該擴展的主要功能是“Binance balances in Fiat Currency(USD,JPY,GBP,KRW,CNY,EUR) and show portfolio graph”。

擴展截圖

screenshot

下載Binance balances in Fiat Currency擴展crx文件

下載Binance balances in Fiat Currency擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Add value of USD & JPY & EUR & GBP & CNY & KRW and BTC Rate columns into Binance Balances view. 
https://www.binance.com/userCenter/balances.html
And you can check your all assets in chrome tab.
Click icon to open or move  tab.

Add Your Asset Portfolio in chart!!

バイナンスのウォレットページにて日本円換算のレートと所持金が表示されます。
便利な円チャート付き

if you like it Donation please!!
We add donation address on deposit page!! thank you !
We are not responsible for any losses resulting from use.                    

擴展基本資訊

名稱 Binance balances in Fiat Currency Binance balances in Fiat Currency
ID imbllmhaembenfnclmpkclabdalghong
官方網址 https://chromewebstore.google.com/detail/binance-balances-in-fiat/imbllmhaembenfnclmpkclabdalghong
簡介 Binance balances in Fiat Currency(USD,JPY,GBP,KRW,CNY,EUR) and show portfolio graph
檔案大小 176 KB
安裝次數 133
目前版本 0.0.2
更新時間 2018-05-09
上架時間 2018-05-09
開發者 waqs
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Binance balances in Fiat Currency",
    "short_name": "Binance balances in Fiat Currency",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Binance balances in Fiat Currency(USD,JPY,GBP,KRW,CNY,EUR) and show portfolio graph",
    "oauth2": {
        "client_id": "106154869894-uafimv5loa7d107udmq1l341bidbb4rg.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "icons": {
        "16": "img\/bn.png",
        "48": "img\/bn.png",
        "128": "img\/bn.png"
    },
    "web_accessible_resources": [
        "img\/*.png",
        "img\/add.css"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/bn.png",
            "38": "img\/bn.png"
        },
        "default_title": "Binance balances in Fiat Currency"
    },
    "permissions": [
        "background",
        "tabs",
        "https:\/\/api.coindesk.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.binance.com\/*"
            ],
            "css": [
                "add.css"
            ],
            "js": [
                "jquery.min.js",
                "chart.js",
                "chartLabel.js",
                "script.js"
            ],
            "run_at": "document_start"
        }
    ]
}