Cryptocurrency exchange rates & calculator

User friendly cryptocurrency exchange rates calculator with 500+ cryptocurrencies on the list: Bitcoin, Litecoin, Ethereum, Zcash

Was ist Cryptocurrency exchange rates & calculator?

Cryptocurrency exchange rates & calculator ist eine Chrome-Erweiterung, die von http://www.cryptonator.com entwickelt wurde, und ihr Hauptmerkmal ist "User friendly cryptocurrency exchange rates calculator with 500+ cryptocurrencies on the list: Bitcoin, Litecoin, Ethereum, Zcash".

Erweiterungsscreenshots

screenshot
screenshot

Cryptocurrency exchange rates & calculator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cryptocurrency exchange rates & calculator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Cryptonator is a cryptocurrency exchange rate calculator and conversion tool, which allows to instantly convert almost every cryptocurrency into another cryptocurrency or into US Dollar and Euro. 

It supports not only Bitcoin (BTC), Litecoin (LTC) or Ethereum (ETH), but also more than 500 other cryptocurrencies including latest ones like zCash (ZEC). 

Cryptonator calculates the volume-weighted average of selected cryptocurrency prices across major online exchanges and updates its rates in real time.                    

Grundlegende Informationen zur Erweiterung

Name Cryptocurrency exchange rates & calculator Cryptocurrency exchange rates & calculator
ID gffnngoochofmgpkbchpdbdjoijaohog
Offizielle URL https://chrome.google.com/webstore/detail/cryptocurrency-exchange-r/gffnngoochofmgpkbchpdbdjoijaohog
Beschreibung User friendly cryptocurrency exchange rates calculator with 500+ cryptocurrencies on the list: Bitcoin, Litecoin, Ethereum, Zcash
Dateigröße 109 KB
Installationsanzahl 5,571
Aktuelle Version 1.0.8
Letztes Update 2016-11-18
Veröffentlichungsdatum 2016-11-18
Bewertung 3.89/5 Insgesamt 90 Bewertungen
Entwickler http://www.cryptonator.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.cryptonator.com/privacy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cryptocurrency exchange rates & calculator",
    "short_name": "Cryptonator",
    "description": "User friendly cryptocurrency exchange rates calculator with 500+ cryptocurrencies on the list: Bitcoin, Litecoin, Ethereum, Zcash",
    "default_locale": "en",
    "author": "Cryptonator",
    "version": "1.0.8",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "http:\/\/www.cryptonator.com\/",
        "storage"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    }
}