Binance show USD
Add the USD value to the output of the BTC Value column on Binance
Wat is Binance show USD?
Binance show USD is een Chrome-extensie ontwikkeld door manpreet, en de belangrijkste functie is "Add the USD value to the output of the BTC Value column on Binance".
Extensie Screenshots
Download het CRX-bestand van de extensie Binance show USD
Download Binance show USD-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 the USD value to the output of the BTC Value column on Binance. Binance and the Binance Logo are registered trademarks of Binance Limited
Basisinformatie over de Extensie
Naam | |
ID | pnmjhiopgdfcldmiggaldinjoehngofh |
Officiële URL | https://chrome.google.com/webstore/detail/pnmjhiopgdfcldmiggaldinjoehngofh |
Beschrijving | Add the USD value to the output of the BTC Value column on Binance |
Bestandsgrootte | 36.28 KB |
Aantal Installaties | 132 |
Huidige Versie | 1.01 |
Laatst Bijgewerkt | 2018-01-04 |
Publicatiedatum | 2018-01-04 |
Beoordeling | 3.50/5 Totaal 4 Beoordelingen |
Ontwikkelaar | manpreet |
Betalingswijze | free |
Extensiewebsite | https://github.com/manpreetnarang/Binance-BTCtoUSD |
Ondersteunde Talen | 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" } ] } |