Crypto Correct
Shows prices in USD on bittrex.com. Uses the BTC/USD price given on bittrex.com for conversions.
Was ist Crypto Correct?
Crypto Correct ist eine Chrome-Erweiterung, die von https://kikbits.com entwickelt wurde, und ihr Hauptmerkmal ist "Shows prices in USD on bittrex.com. Uses the BTC/USD price given on bittrex.com for conversions.".
Erweiterungsscreenshots
Crypto Correct-Erweiterungs-CRX-Datei herunterladen
Laden Sie Crypto Correct-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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].
Grundlegende Informationen zur Erweiterung
Name | Crypto Correct |
ID | enampmoogmjoofjmpobfdmgflljfacnl |
Offizielle URL | https://chromewebstore.google.com/detail/crypto-correct/enampmoogmjoofjmpobfdmgflljfacnl |
Beschreibung | Shows prices in USD on bittrex.com. Uses the BTC/USD price given on bittrex.com for conversions. |
Dateigröße | 53.65 KB |
Installationsanzahl | 834 |
Aktuelle Version | 1.8 |
Letztes Update | 2017-11-26 |
Veröffentlichungsdatum | 2017-11-25 |
Bewertung | 4.35/5 Insgesamt 40 Bewertungen |
Entwickler | https://kikbits.com |
Zahlungsart | free |
Erweiterungswebsite | http://kikbits.com |
Unterstützte Sprachen | 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": [] } |