CoinVersion

Converts values from crypto to USD

CoinVersionとは何ですか?

CoinVersionはcoinversiondevによって開発されたChromeの拡張機能で、その主な機能は「Converts values from crypto to USD」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

CoinVersion拡張機能のCRXファイルをダウンロード

CoinVersion拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        CoinVersion is an easy to use tool to convert your favorite digital currencies to USD. This tool is currently available as a Chrome Extension, with mobile and other browser support in the works. 

* Ever wonder what fees you're paying on exchanges?? Coinvert to find out.
* Ever wonder what the USD value is of your altcoin?? Coinvert to find out. 
* Want to know what 0.02938 BTC is in USD?? Coinvert to find out.

How to install and use CoinVersion:
1. Install the Chrome Extension from the Google Chrome Extension Store
2. Once installed, visit your extension manager by typing "chrome://extensions/" into your browser or clicking the three dots at the top right of your Chrome Browser --> Highlight "More Tools" --> "Extensions"
3. Select "options" underneath the CoinVersion extension in your Google Chrome Extension Manager. Type in the ticker of the currency that you're converting from, for example, "BTC" for Bitcoin or "ETH" for Ethereum.
4. That's it! You're ready to begin using CoinVersion. Simply highlight a number on the page, right click, and you'll see your Coinversion! 

Like what you see? Donate to help us implement more features and expand to other platforms.
BAT: 0x4f915d3175849272300006A3e34E3F2Eae982a5F
BTC: 1GsnJREi3sCAqv7yPxjrmq3VtA1o7pnawJ
ETH: 0x4f915d3175849272300006A3e34E3F2Eae982a5F
LTC: LYp5BAShVtaTfyVBxTkcJynf1Zc2MrfEkw
OMG: 0x4f915d3175849272300006A3e34E3F2Eae982a5F
QTUM:0x4f915d3175849272300006A3e34E3F2Eae982a5F
NEO:AQnJsi6J9YK6vktzCLKCvHudQrizirjftw

Upcoming Enhancements: 
1. Convert from USD to currencies
2. Convert from crypto currencies to other fiat currencies
3. Support for prices from different exchanges
4. Cross-browser plug-ins/add-ons
5. Migration to the mobile platform
6. Smart CoinVersion: Convert to the currency you’re researching currently
7. Multiple conversions on select                    

拡張機能の基本情報

名前 CoinVersion CoinVersion
ID hiehleaapeecofgkkkllmfljkkancpib
公式URL https://chromewebstore.google.com/detail/coinversion/hiehleaapeecofgkkkllmfljkkancpib
説明 Converts values from crypto to USD
ファイルサイズ 11.9 KB
インストール数 33
現在のバージョン 0.0.3
最終更新日 2017-09-17
公開日 2017-09-16
評価 5.00/5 合計 1 レビュー
開発者 coinversiondev
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CoinVersion",
    "short_name": "CoinVersion",
    "description": "Converts values from crypto to USD",
    "version": "0.0.3",
    "minimum_chrome_version": "38",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "assets\/coinversion.png",
        "32": "assets\/coinversion.png",
        "64": "assets\/coinversion.png",
        "128": "assets\/coinversion.png"
    },
    "background": {
        "page": "background.html"
    }
}