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.

Wat is Trade Helper for Binance?

Trade Helper for Binance is een Chrome-extensie ontwikkeld door Vadim Semenko, en de belangrijkste functie is "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.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Trade Helper for Binance

Download Trade Helper for Binance-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Trade Helper for Binance Trade Helper for Binance
ID mdpkjhbjmiejbohenjbdgeagimndggea
Officiële URL https://chrome.google.com/webstore/detail/trade-helper-for-binance/mdpkjhbjmiejbohenjbdgeagimndggea
Beschrijving 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.
Bestandsgrootte 1.06 MB
Aantal Installaties 66
Huidige Versie 1.5
Laatst Bijgewerkt 2018-04-20
Publicatiedatum 2018-04-20
Beoordeling 2.33/5 Totaal 3 Beoordelingen
Ontwikkelaar Vadim Semenko
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}