Crypto Correct
Shows prices in USD on bittrex.com. Uses the BTC/USD price given on bittrex.com for conversions.
What is Crypto Correct?
Crypto Correct is a Chrome extension developed by https://kikbits.com, and its main feature is "Shows prices in USD on bittrex.com. Uses the BTC/USD price given on bittrex.com for conversions.".
Extension Screenshots
Download Crypto Correct Extension CRX File
Download Crypto Correct extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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].
Extension Basic Information
Name | Crypto Correct |
ID | enampmoogmjoofjmpobfdmgflljfacnl |
Official URL | https://chromewebstore.google.com/detail/crypto-correct/enampmoogmjoofjmpobfdmgflljfacnl |
Description | Shows prices in USD on bittrex.com. Uses the BTC/USD price given on bittrex.com for conversions. |
File Size | 53.65 KB |
Installation Count | 834 |
Current Version | 1.8 |
Last Updated | 2017-11-26 |
Publish Date | 2017-11-25 |
Rating | 4.35/5 Total 40 Ratings |
Developer | https://kikbits.com |
Payment Type | free |
Extension Website | http://kikbits.com |
Supported Languages | 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": [] } |