Crypto Correct
Shows prices in USD on bittrex.com. Uses the BTC/USD price given on bittrex.com for conversions.
Vad är Crypto Correct?
Crypto Correct är en Chrome-tillägg utvecklad av https://kikbits.com, och dess huvudfunktion är "Shows prices in USD on bittrex.com. Uses the BTC/USD price given on bittrex.com for conversions.".
Tilläggsskärmbilder
Ladda ner Crypto Correct-förlängningens CRX-fil
Ladda ner Crypto Correct-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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].                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | enampmoogmjoofjmpobfdmgflljfacnl | 
| Officiell webbadress | https://chromewebstore.google.com/detail/crypto-correct/enampmoogmjoofjmpobfdmgflljfacnl | 
| Beskrivning | Shows prices in USD on bittrex.com. Uses the BTC/USD price given on bittrex.com for conversions. | 
| Filstorlek | 53.65 KB | 
| Antal Installationer | 834 | 
| Aktuell Version | 1.8 | 
| Senast Uppdaterad | 2017-11-26 | 
| Publiceringsdatum | 2017-11-25 | 
| Betyg | 4.35/5 Totalt 40 Betyg | 
| Utvecklare | https://kikbits.com | 
| Betalningssätt | free | 
| Tilläggswebbplats | http://kikbits.com | 
| Stödda Språk | 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": []
}  |  |