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."입니다.
확장 프로그램 스크린샷
Crypto Correct 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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": [] } |