Binance show USD
Add the USD value to the output of the BTC Value column on Binance
Vad är Binance show USD?
Binance show USD är en Chrome-tillägg utvecklad av manpreet, och dess huvudfunktion är "Add the USD value to the output of the BTC Value column on Binance".
Tilläggsskärmbilder
Ladda ner Binance show USD-förlängningens CRX-fil
Ladda ner Binance show USD-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | pnmjhiopgdfcldmiggaldinjoehngofh |
Officiell webbadress | https://chrome.google.com/webstore/detail/pnmjhiopgdfcldmiggaldinjoehngofh |
Beskrivning | Add the USD value to the output of the BTC Value column on Binance |
Filstorlek | 36.28 KB |
Antal Installationer | 132 |
Aktuell Version | 1.01 |
Senast Uppdaterad | 2018-01-04 |
Publiceringsdatum | 2018-01-04 |
Betyg | 3.50/5 Totalt 4 Betyg |
Utvecklare | manpreet |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/manpreetnarang/Binance-BTCtoUSD |
Stödda Språk | 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" } ] } |