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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย waqs และคุณลักษณะหลักของมันคือ "Binance balances in Fiat Currency(USD,JPY,GBP,KRW,CNY,EUR) and show portfolio graph"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Binance balances in Fiat Currency

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
        }
    ]
}