Crypto Correct
Shows prices in USD on bittrex.com. Uses the BTC/USD price given on bittrex.com for conversions.
Apa itu Crypto Correct?
Crypto Correct adalah ekstensi Chrome yang dikembangkan oleh https://kikbits.com, dan fitur utamanya adalah "Shows prices in USD on bittrex.com. Uses the BTC/USD price given on bittrex.com for conversions.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Crypto Correct
Unduh file ekstensi Crypto Correct dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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].
Informasi Dasar Ekstensi
Nama | Crypto Correct |
ID | enampmoogmjoofjmpobfdmgflljfacnl |
URL Resmi | https://chromewebstore.google.com/detail/crypto-correct/enampmoogmjoofjmpobfdmgflljfacnl |
Deskripsi | Shows prices in USD on bittrex.com. Uses the BTC/USD price given on bittrex.com for conversions. |
Ukuran File | 53.65 KB |
Jumlah Instalasi | 834 |
Versi Saat Ini | 1.8 |
Terakhir Diperbarui | 2017-11-26 |
Tanggal Publikasi | 2017-11-25 |
Penilaian | 4.35/5 Total 40 Penilaian |
Pengembang | https://kikbits.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://kikbits.com |
Bahasa yang Didukung | 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": [] } |