Crypto Correct

Shows prices in USD on bittrex.com. Uses the BTC/USD price given on bittrex.com for conversions.

Qu'est-ce que Crypto Correct ?

Crypto Correct est une extension Chrome développée par https://kikbits.com, et sa fonction principale est "Shows prices in USD on bittrex.com. Uses the BTC/USD price given on bittrex.com for conversions.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Crypto Correct

Téléchargez les fichiers d'extension Crypto Correct au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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].                    

Informations de Base sur l'Extension

Nom Crypto Correct Crypto Correct
ID enampmoogmjoofjmpobfdmgflljfacnl
URL Officiel 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.
Taille du Fichier 53.65 KB
Nombre d'Installations 834
Version Actuelle 1.8
Dernière Mise à Jour 2017-11-26
Date de Publication 2017-11-25
Évaluation 4.35/5 Total 40 Évaluations
Développeur https://kikbits.com
Type de Paiement free
Site Web de l'Extension http://kikbits.com
Langues Prises en Charge 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": []
}