Binance show USD

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

Co je Binance show USD?

Binance show USD je rozšíření Chrome vyvinuté manpreet, a jeho hlavní funkcí je „Add the USD value to the output of the BTC Value column on Binance“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Binance show USD

Stáhněte si soubory rozšíření Binance show USD ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Binance show USD Binance show USD
ID pnmjhiopgdfcldmiggaldinjoehngofh
Oficiální URL https://chrome.google.com/webstore/detail/pnmjhiopgdfcldmiggaldinjoehngofh
Popis Add the USD value to the output of the BTC Value column on Binance
Velikost souboru 36.28 KB
Počet instalací 132
Aktuální Verze 1.01
Poslední Aktualizace 2018-01-04
Datum Vydání 2018-01-04
Hodnocení 3.50/5 Celkem 4 Hodnocení
Vývojář manpreet
Typ Platby free
Webové stránky Rozšíření https://github.com/manpreetnarang/Binance-BTCtoUSD
Podporované Jazyky 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"
        }
    ]
}