Trade Helper for Binance

Add the USD value to the output of the BTC value column on Binance. Also you can convert BTC and ETH to USD at the Binance rate.

O que é Trade Helper for Binance?

Trade Helper for Binance é uma extensão do Chrome desenvolvida por Vadim Semenko, e sua principal característica é "Add the USD value to the output of the BTC value column on Binance. Also you can convert BTC and ETH to USD at the Binance rate.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Trade Helper for Binance

Baixe arquivos de extensão Trade Helper for Binance no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Add USD value to the BTC value and coin count columns on Binance. Also you can convert BTC to USD in popup at the Binance rate.

1.2 - extension was rewrote with React. Add convert BTC to USD in popup.

1.3 - 1.4 - fix bugs.

1.5 - add convert ETH to USD in popup.                    

Informações Básicas da Extensão

Nome Trade Helper for Binance Trade Helper for Binance
ID mdpkjhbjmiejbohenjbdgeagimndggea
URL Oficial https://chrome.google.com/webstore/detail/trade-helper-for-binance/mdpkjhbjmiejbohenjbdgeagimndggea
Descrição Add the USD value to the output of the BTC value column on Binance. Also you can convert BTC and ETH to USD at the Binance rate.
Tamanho do Arquivo 1.06 MB
Contagem de Instalações 66
Versão Atual 1.5
Última Atualização 2018-04-20
Data de Publicação 2018-04-20
Classificação 2.33/5 Total de 3 Avaliações
Desenvolvedor Vadim Semenko
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trade Helper for Binance",
    "description": "Add the USD value to the output of the BTC value column on Binance. Also you can convert BTC and ETH to USD at the Binance rate.",
    "version": "1.5",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "materialize\/js\/jquery-3.3.1.min.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/icon_64.png",
        "default_title": "Trade Helper for Binance"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "icons\/icon_128.png"
    }
}