Binance show USD
Add the USD value to the output of the BTC Value column on Binance
Τι είναι το Binance show USD;
Το Binance show USD είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον manpreet, και η κύρια λειτουργία του είναι "Add the USD value to the output of the BTC Value column on Binance".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Binance show USD
Λήψη αρχείων επέκτασης Binance show USD σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | pnmjhiopgdfcldmiggaldinjoehngofh |
Επίσημο URL | https://chrome.google.com/webstore/detail/pnmjhiopgdfcldmiggaldinjoehngofh |
Περιγραφή | Add the USD value to the output of the BTC Value column on Binance |
Μέγεθος Αρχείου | 36.28 KB |
Αριθμός Εγκαταστάσεων | 132 |
Τρέχουσα Έκδοση | 1.01 |
Τελευταία Ενημέρωση | 2018-01-04 |
Ημερομηνία Δημοσίευσης | 2018-01-04 |
Αξιολόγηση | 3.50/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | manpreet |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/manpreetnarang/Binance-BTCtoUSD |
Υποστηριζόμενες Γλώσσες | 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" } ] } |