Crypto Correct

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

Τι είναι το Crypto Correct;

Το Crypto Correct είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://kikbits.com, και η κύρια λειτουργία του είναι "Shows prices in USD on bittrex.com. Uses the BTC/USD price given on bittrex.com for conversions.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Crypto Correct

Λήψη αρχείων επέκτασης Crypto Correct σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Crypto Correct Crypto Correct
ID enampmoogmjoofjmpobfdmgflljfacnl
Επίσημο URL https://chromewebstore.google.com/detail/crypto-correct/enampmoogmjoofjmpobfdmgflljfacnl
Περιγραφή Shows prices in USD on bittrex.com. Uses the BTC/USD price given on bittrex.com for conversions.
Μέγεθος Αρχείου 53.65 KB
Αριθμός Εγκαταστάσεων 834
Τρέχουσα Έκδοση 1.8
Τελευταία Ενημέρωση 2017-11-26
Ημερομηνία Δημοσίευσης 2017-11-25
Αξιολόγηση 4.35/5 Συνολικά 40 Αξιολογήσεις
Προγραμματιστής https://kikbits.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://kikbits.com
Υποστηριζόμενες Γλώσσες 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": []
}