Cryptocurrency exchange rates & calculator
User friendly cryptocurrency exchange rates calculator with 500+ cryptocurrencies on the list: Bitcoin, Litecoin, Ethereum, Zcash
Cos'è Cryptocurrency exchange rates & calculator?
Cryptocurrency exchange rates & calculator è un'estensione di Chrome sviluppata da http://www.cryptonator.com, e la sua funzione principale è "User friendly cryptocurrency exchange rates calculator with 500+ cryptocurrencies on the list: Bitcoin, Litecoin, Ethereum, Zcash".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cryptocurrency exchange rates & calculator
Scarica i file di estensione Cryptocurrency exchange rates & calculator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | gffnngoochofmgpkbchpdbdjoijaohog |
URL Ufficiale | https://chrome.google.com/webstore/detail/cryptocurrency-exchange-r/gffnngoochofmgpkbchpdbdjoijaohog |
Descrizione | User friendly cryptocurrency exchange rates calculator with 500+ cryptocurrencies on the list: Bitcoin, Litecoin, Ethereum, Zcash |
Dimensione del File | 109 KB |
Conteggio Installazioni | 5,571 |
Versione Corrente | 1.0.8 |
Ultimo Aggiornamento | 2016-11-18 |
Data di Pubblicazione | 2016-11-18 |
Valutazione | 3.89/5 Totale 90 Valutazioni |
Sviluppatore | http://www.cryptonator.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.cryptonator.com/privacy |
Lingue Supportate | 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" } } |