Crypto Correct
Shows prices in USD on bittrex.com. Uses the BTC/USD price given on bittrex.com for conversions.
Wat is Crypto Correct?
Crypto Correct is een Chrome-extensie ontwikkeld door https://kikbits.com, en de belangrijkste functie is "Shows prices in USD on bittrex.com. Uses the BTC/USD price given on bittrex.com for conversions.".
Extensie Screenshots
Download het CRX-bestand van de extensie Crypto Correct
Download Crypto Correct-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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].
Basisinformatie over de Extensie
Naam | Crypto Correct |
ID | enampmoogmjoofjmpobfdmgflljfacnl |
Officiële URL | https://chromewebstore.google.com/detail/crypto-correct/enampmoogmjoofjmpobfdmgflljfacnl |
Beschrijving | Shows prices in USD on bittrex.com. Uses the BTC/USD price given on bittrex.com for conversions. |
Bestandsgrootte | 53.65 KB |
Aantal Installaties | 834 |
Huidige Versie | 1.8 |
Laatst Bijgewerkt | 2017-11-26 |
Publicatiedatum | 2017-11-25 |
Beoordeling | 4.35/5 Totaal 40 Beoordelingen |
Ontwikkelaar | https://kikbits.com |
Betalingswijze | free |
Extensiewebsite | http://kikbits.com |
Ondersteunde Talen | 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": [] } |