Add USD to Binance

Adds visual USD indicators for portfolio overview page in Binance

Wat is Add USD to Binance?

Add USD to Binance is een Chrome-extensie ontwikkeld door capitalconverter, en de belangrijkste functie is "Adds visual USD indicators for portfolio overview page in Binance".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Add USD to Binance

Download Add USD to 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

                        Push the extension button to convert total coin values and the per coin USD values

Wait 5 minutes, push again for newly updated values!



Eth Donations Welcome:  0x1a7b08ef131911c9da0d2d83d15e47da7b1a9591                    

Basisinformatie over de Extensie

Naam Add USD to Binance Add USD to Binance
ID jnohlfddgmlbneghbhdcfkciajihfbik
Officiële URL https://chromewebstore.google.com/detail/add-usd-to-binance/jnohlfddgmlbneghbhdcfkciajihfbik
Beschrijving Adds visual USD indicators for portfolio overview page in Binance
Bestandsgrootte 3.74 KB
Aantal Installaties 65
Huidige Versie 2.0.5
Laatst Bijgewerkt 2018-01-03
Publicatiedatum 2018-01-02
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar capitalconverter
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Add USD to Binance",
    "description": "Adds visual USD indicators for portfolio overview page in Binance",
    "version": "2.0.5",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Present USD"
    },
    "manifest_version": 2
}