Crypto Correct
Shows prices in USD on bittrex.com. Uses the BTC/USD price given on bittrex.com for conversions.
Crypto Correct là gì?
Crypto Correct là một tiện ích mở rộng Chrome được phát triển bởi https://kikbits.com, và tính năng chính của nó là "Shows prices in USD on bittrex.com. Uses the BTC/USD price given on bittrex.com for conversions.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Crypto Correct
Tải xuống các tệp mở rộng Crypto Correct dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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].
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Crypto Correct |
ID | enampmoogmjoofjmpobfdmgflljfacnl |
URL Chính Thức | https://chromewebstore.google.com/detail/crypto-correct/enampmoogmjoofjmpobfdmgflljfacnl |
Mô tả | Shows prices in USD on bittrex.com. Uses the BTC/USD price given on bittrex.com for conversions. |
Kích Thước Tệp | 53.65 KB |
Số Lần Cài Đặt | 834 |
Phiên Bản Hiện Tại | 1.8 |
Cập Nhật Lần Cuối | 2017-11-26 |
Ngày Phát Hành | 2017-11-25 |
Đánh Giá | 4.35/5 Tổng số 40 Đánh Giá |
Nhà Phát Triển | https://kikbits.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://kikbits.com |
Ngôn Ngữ Được Hỗ Trợ | 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": [] } |