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.

Was ist Trade Helper for Binance?

Trade Helper for Binance ist eine Chrome-Erweiterung, die von Vadim Semenko entwickelt wurde, und ihr Hauptmerkmal ist "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.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Trade Helper for Binance-Erweiterungs-CRX-Datei herunterladen

Laden Sie Trade Helper for Binance-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Trade Helper for Binance Trade Helper for Binance
ID mdpkjhbjmiejbohenjbdgeagimndggea
Offizielle URL https://chrome.google.com/webstore/detail/trade-helper-for-binance/mdpkjhbjmiejbohenjbdgeagimndggea
Beschreibung 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.
Dateigröße 1.06 MB
Installationsanzahl 66
Aktuelle Version 1.5
Letztes Update 2018-04-20
Veröffentlichungsdatum 2018-04-20
Bewertung 2.33/5 Insgesamt 3 Bewertungen
Entwickler Vadim Semenko
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}