Cryptocurrency exchange rates & calculator
User friendly cryptocurrency exchange rates calculator with 500+ cryptocurrencies on the list: Bitcoin, Litecoin, Ethereum, Zcash
What is Cryptocurrency exchange rates & calculator?
Cryptocurrency exchange rates & calculator is a Chrome extension developed by http://www.cryptonator.com, and its main feature is "User friendly cryptocurrency exchange rates calculator with 500+ cryptocurrencies on the list: Bitcoin, Litecoin, Ethereum, Zcash".
Extension Screenshots
Download Cryptocurrency exchange rates & calculator Extension CRX File
Download Cryptocurrency exchange rates & calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | gffnngoochofmgpkbchpdbdjoijaohog |
Official URL | https://chrome.google.com/webstore/detail/cryptocurrency-exchange-r/gffnngoochofmgpkbchpdbdjoijaohog |
Description | User friendly cryptocurrency exchange rates calculator with 500+ cryptocurrencies on the list: Bitcoin, Litecoin, Ethereum, Zcash |
File Size | 109 KB |
Installation Count | 5,571 |
Current Version | 1.0.8 |
Last Updated | 2016-11-18 |
Publish Date | 2016-11-18 |
Rating | 3.89/5 Total 90 Ratings |
Developer | http://www.cryptonator.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.cryptonator.com/privacy |
Supported Languages | 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" } } |