CoinVersion

Converts values from crypto to USD

CoinVersion란 무엇입니까?

CoinVersion은(는) coinversiondev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Converts values from crypto to USD"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

CoinVersion 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}