CoinVersion

Converts values from crypto to USD

Что такое CoinVersion?

CoinVersion - это расширение Chrome, разработанное coinversiondev, и его основная функция - "Converts values from crypto to USD".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения CoinVersion

Скачайте файлы расширений 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"
    }
}