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": [] } |