Binance show USD
Add the USD value to the output of the BTC Value column on Binance
Co to jest Binance show USD?
Binance show USD to rozszerzenie Chrome opracowane przez manpreet, a jego główną funkcją jest „Add the USD value to the output of the BTC Value column on Binance”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Binance show USD
Pobierz pliki rozszerzeń Binance show USD 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
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | pnmjhiopgdfcldmiggaldinjoehngofh |
Oficjalny URL | https://chrome.google.com/webstore/detail/pnmjhiopgdfcldmiggaldinjoehngofh |
Opis | Add the USD value to the output of the BTC Value column on Binance |
Rozmiar pliku | 36.28 KB |
Liczba instalacji | 132 |
Aktualna Wersja | 1.01 |
Ostatnia Aktualizacja | 2018-01-04 |
Data Publikacji | 2018-01-04 |
Ocena | 3.50/5 Łącznie 4 Oceny |
Deweloper | manpreet |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/manpreetnarang/Binance-BTCtoUSD |
Obsługiwane Języki | 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" } ] } |