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文件
下载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": [] } |