CoinVersion

Converts values from crypto to USD

Wat is CoinVersion?

CoinVersion is een Chrome-extensie ontwikkeld door coinversiondev, en de belangrijkste functie is "Converts values from crypto to USD".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie CoinVersion

Download CoinVersion-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam CoinVersion CoinVersion
ID hiehleaapeecofgkkkllmfljkkancpib
Officiële URL https://chromewebstore.google.com/detail/coinversion/hiehleaapeecofgkkkllmfljkkancpib
Beschrijving Converts values from crypto to USD
Bestandsgrootte 11.9 KB
Aantal Installaties 33
Huidige Versie 0.0.3
Laatst Bijgewerkt 2017-09-17
Publicatiedatum 2017-09-16
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar coinversiondev
Betalingswijze free
Ondersteunde Talen 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"
    }
}