Crypto Correct

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

Co to jest Crypto Correct?

Crypto Correct to rozszerzenie Chrome opracowane przez https://kikbits.com, a jego główną funkcją jest „Shows prices in USD on bittrex.com. Uses the BTC/USD price given on bittrex.com for conversions.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Crypto Correct

Pobierz pliki rozszerzeń Crypto Correct w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Crypto Correct Crypto Correct
ID enampmoogmjoofjmpobfdmgflljfacnl
Oficjalny URL https://chromewebstore.google.com/detail/crypto-correct/enampmoogmjoofjmpobfdmgflljfacnl
Opis Shows prices in USD on bittrex.com. Uses the BTC/USD price given on bittrex.com for conversions.
Rozmiar pliku 53.65 KB
Liczba instalacji 834
Aktualna Wersja 1.8
Ostatnia Aktualizacja 2017-11-26
Data Publikacji 2017-11-25
Ocena 4.35/5 Łącznie 40 Oceny
Deweloper https://kikbits.com
Typ Płatności free
Strona Rozszerzenia http://kikbits.com
Obsługiwane Języki 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": []
}