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
官方網址 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"
    }
}