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.".
Снимки экрана расширения
Скачать файл 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 |
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": [] } |