Binance show USD
Add the USD value to the output of the BTC Value column on Binance
Cos'è Binance show USD?
Binance show USD è un'estensione di Chrome sviluppata da manpreet, e la sua funzione principale è "Add the USD value to the output of the BTC Value column on Binance".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Binance show USD
Scarica i file di estensione Binance show USD in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | pnmjhiopgdfcldmiggaldinjoehngofh |
URL Ufficiale | https://chrome.google.com/webstore/detail/pnmjhiopgdfcldmiggaldinjoehngofh |
Descrizione | Add the USD value to the output of the BTC Value column on Binance |
Dimensione del File | 36.28 KB |
Conteggio Installazioni | 132 |
Versione Corrente | 1.01 |
Ultimo Aggiornamento | 2018-01-04 |
Data di Pubblicazione | 2018-01-04 |
Valutazione | 3.50/5 Totale 4 Valutazioni |
Sviluppatore | manpreet |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/manpreetnarang/Binance-BTCtoUSD |
Lingue Supportate | 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" } ] } |