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是由waqs开发的Chrome扩展程序,该扩展的主要功能是“Add value in USD & JPY & EUR & GBP & KRW & CNY and BTC Rate columns into Bittrex Balances view. add chrome tab preview”。

扩展截图

screenshot
screenshot

下载Bittrex balances in legal currency扩展crx文件

下载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"
        }
    ]
}