Crypto Correct

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

Hvad er Crypto Correct?

Crypto Correct er en Chrome-udvidelse udviklet af https://kikbits.com, og dens hovedfunktion er "Shows prices in USD on bittrex.com. Uses the BTC/USD price given on bittrex.com for conversions.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Crypto Correct-udvidelses-CRX-fil

Download Crypto Correct-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Crypto Correct Crypto Correct
ID enampmoogmjoofjmpobfdmgflljfacnl
Officiel URL https://chromewebstore.google.com/detail/crypto-correct/enampmoogmjoofjmpobfdmgflljfacnl
Beskrivelse Shows prices in USD on bittrex.com. Uses the BTC/USD price given on bittrex.com for conversions.
Filstørrelse 53.65 KB
Antal Installationer 834
Nuværende Version 1.8
Senest Opdateret 2017-11-26
Udgivelsesdato 2017-11-25
Bedømmelse 4.35/5 Samlet 40 Bedømmelser
Udvikler https://kikbits.com
Betalingsmetode free
Udvidelseswebsted http://kikbits.com
Understøttede Sprog 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": []
}