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