Crypto Correct
Shows prices in USD on bittrex.com. Uses the BTC/USD price given on bittrex.com for conversions.
Cos'è Crypto Correct?
Crypto Correct è un'estensione di Chrome sviluppata da https://kikbits.com, e la sua funzione principale è "Shows prices in USD on bittrex.com. Uses the BTC/USD price given on bittrex.com for conversions.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Crypto Correct
Scarica i file di estensione Crypto Correct 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
Hover over a price that is shown in BTC or ETH on bittrex.com and the extension will automatically convert it to USD for you. Uses the BTC/USD price given on bittrex.com for conversions. Report issues at [email protected].
Informazioni di Base sull'Estensione
Nome | Crypto Correct |
ID | enampmoogmjoofjmpobfdmgflljfacnl |
URL Ufficiale | https://chromewebstore.google.com/detail/crypto-correct/enampmoogmjoofjmpobfdmgflljfacnl |
Descrizione | Shows prices in USD on bittrex.com. Uses the BTC/USD price given on bittrex.com for conversions. |
Dimensione del File | 53.65 KB |
Conteggio Installazioni | 834 |
Versione Corrente | 1.8 |
Ultimo Aggiornamento | 2017-11-26 |
Data di Pubblicazione | 2017-11-25 |
Valutazione | 4.35/5 Totale 40 Valutazioni |
Sviluppatore | https://kikbits.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://kikbits.com |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crypto Correct", "description": "Shows prices in USD on bittrex.com. Uses the BTC\/USD price given on bittrex.com for conversions.", "version": "1.8", "icons": { "16": "img\/icon128.png", "48": "img\/icon128.png", "128": "img\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.bittrex.com\/*" ], "css": [ "css\/main.css" ], "js": [ "js\/vendor\/jquery.min.js", "js\/config.js", "js\/contentScript.js" ], "run_at": "document_start" } ], "permissions": [] } |