Binance show USD

Add the USD value to the output of the BTC Value column on Binance

O que é Binance show USD?

Binance show USD é uma extensão do Chrome desenvolvida por manpreet, e sua principal característica é "Add the USD value to the output of the BTC Value column on Binance".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Binance show USD

Baixe arquivos de extensão Binance show USD 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 the USD value to the output of the BTC Value column on Binance.

Binance and the Binance Logo are registered trademarks of Binance Limited                    

Informações Básicas da Extensão

Nome Binance show USD Binance show USD
ID pnmjhiopgdfcldmiggaldinjoehngofh
URL Oficial https://chrome.google.com/webstore/detail/pnmjhiopgdfcldmiggaldinjoehngofh
Descrição Add the USD value to the output of the BTC Value column on Binance
Tamanho do Arquivo 36.28 KB
Contagem de Instalações 132
Versão Atual 1.01
Última Atualização 2018-01-04
Data de Publicação 2018-01-04
Classificação 3.50/5 Total de 4 Avaliações
Desenvolvedor manpreet
Tipo de Pagamento free
Site da Extensão https://github.com/manpreetnarang/Binance-BTCtoUSD
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Binance show USD",
    "description": "Add the USD value to the output of the BTC Value column on Binance",
    "version": "1.01",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.binance.com\/userCenter\/depositWithdraw.html"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}