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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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": []
}