Crypto Correct

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

什麼是Crypto Correct?

Crypto Correct是由https://kikbits.com開發的Chrome擴展程式,該擴展的主要功能是“Shows prices in USD on bittrex.com. Uses the BTC/USD price given on bittrex.com for conversions.”。

擴展截圖

screenshot
screenshot

下載Crypto Correct擴展crx文件

下載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
官方網址 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": []
}