Add USD to Binance

Adds visual USD indicators for portfolio overview page in Binance

Co to jest Add USD to Binance?

Add USD to Binance to rozszerzenie Chrome opracowane przez capitalconverter, a jego główną funkcją jest „Adds visual USD indicators for portfolio overview page in Binance”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Add USD to Binance

Pobierz pliki rozszerzeń Add USD to Binance w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Add USD to Binance Add USD to Binance
ID jnohlfddgmlbneghbhdcfkciajihfbik
Oficjalny URL https://chromewebstore.google.com/detail/add-usd-to-binance/jnohlfddgmlbneghbhdcfkciajihfbik
Opis Adds visual USD indicators for portfolio overview page in Binance
Rozmiar pliku 3.74 KB
Liczba instalacji 65
Aktualna Wersja 2.0.5
Ostatnia Aktualizacja 2018-01-03
Data Publikacji 2018-01-02
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper capitalconverter
Typ Płatności free
Obsługiwane Języki 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
}