Bittrex balances in legal currency

Add value in USD & JPY & EUR & GBP & KRW & CNY and BTC Rate columns into Bittrex Balances view. add chrome tab preview

Bittrex balances in legal currencyคืออะไร?

Bittrex balances in legal currency เป็นส่วนขยายของ Chrome ที่พัฒนาโดย waqs และคุณลักษณะหลักของมันคือ "Add value in USD & JPY & EUR & GBP & KRW & CNY and BTC Rate columns into Bittrex Balances view. add chrome tab preview"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bittrex balances in legal currency

ดาวน์โหลดไฟล์ส่วนขยาย Bittrex balances in legal currency ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

Add Your Asset Portfolio in chart!!

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

if you like it Donation please!!
We show address on top of deposit popup!! thank you !
We are not responsible for any losses resulting from use.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Bittrex balances in legal currency Bittrex balances in legal currency
ID omgobhmnijhlbdflmamdokpfcaifaiic
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bittrex-balances-in-legal/omgobhmnijhlbdflmamdokpfcaifaiic
คำอธิบาย Add value in USD & JPY & EUR & GBP & KRW & CNY and BTC Rate columns into Bittrex Balances view. add chrome tab preview
ขนาดไฟล์ 187 KB
จำนวนการติดตั้ง 261
เวอร์ชันปัจจุบัน 0.1.4
อัปเดตครั้งล่าสุด 2018-08-14
วันที่เผยแพร่ 2018-08-14
คะแนน 4.50/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา waqs
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bittrex balances in legal currency",
    "short_name": "Bittrex balances in USD & JPY & more values",
    "version": "0.1.4",
    "manifest_version": 2,
    "description": "Add value in USD & JPY & EUR & GBP & KRW & CNY and BTC Rate columns into Bittrex Balances view. add chrome tab preview",
    "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\/bittrex-30.png",
        "48": "img\/bittrex-30.png",
        "128": "img\/bittrex-30.png"
    },
    "web_accessible_resources": [
        "img\/*.png",
        "img\/add.css"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/bittrex-30.png",
            "38": "img\/bittrex-30.png"
        },
        "default_title": "Bittrex balances in USD & JPY & EUR"
    },
    "permissions": [
        "background",
        "tabs",
        "https:\/\/api.coindesk.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/bittrex.com\/*"
            ],
            "css": [
                "add.css"
            ],
            "js": [
                "jquery.min.js",
                "chart.js",
                "chartLabel.js",
                "script.js"
            ],
            "run_at": "document_start"
        }
    ]
}