Crypto Correct

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

Co je Crypto Correct?

Crypto Correct je rozšíření Chrome vyvinuté https://kikbits.com, a jeho hlavní funkcí je „Shows prices in USD on bittrex.com. Uses the BTC/USD price given on bittrex.com for conversions.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Crypto Correct

Stáhněte si soubory rozšíření Crypto Correct ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Crypto Correct Crypto Correct
ID enampmoogmjoofjmpobfdmgflljfacnl
Oficiální URL https://chromewebstore.google.com/detail/crypto-correct/enampmoogmjoofjmpobfdmgflljfacnl
Popis Shows prices in USD on bittrex.com. Uses the BTC/USD price given on bittrex.com for conversions.
Velikost souboru 53.65 KB
Počet instalací 834
Aktuální Verze 1.8
Poslední Aktualizace 2017-11-26
Datum Vydání 2017-11-25
Hodnocení 4.35/5 Celkem 40 Hodnocení
Vývojář https://kikbits.com
Typ Platby free
Webové stránky Rozšíření http://kikbits.com
Podporované Jazyky 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": []
}