Cryptocurrency exchange rates & calculator

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

Что такое Cryptocurrency exchange rates & calculator?

Cryptocurrency exchange rates & calculator - это расширение Chrome, разработанное http://www.cryptonator.com, и его основная функция - "User friendly cryptocurrency exchange rates calculator with 500+ cryptocurrencies on the list: Bitcoin, Litecoin, Ethereum, Zcash".

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

screenshot
screenshot

Скачать файл CRX расширения Cryptocurrency exchange rates & calculator

Скачайте файлы расширений Cryptocurrency exchange rates & calculator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Cryptocurrency exchange rates & calculator Cryptocurrency exchange rates & calculator
ID gffnngoochofmgpkbchpdbdjoijaohog
Официальный URL https://chrome.google.com/webstore/detail/cryptocurrency-exchange-r/gffnngoochofmgpkbchpdbdjoijaohog
Описание User friendly cryptocurrency exchange rates calculator with 500+ cryptocurrencies on the list: Bitcoin, Litecoin, Ethereum, Zcash
Размер файла 109 KB
Количество установок 5,571
Текущая Версия 1.0.8
Последнее Обновление 2016-11-18
Дата публикации 2016-11-18
Рейтинг 3.89/5 Всего 90 оценок
Разработчик http://www.cryptonator.com
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.cryptonator.com/privacy
Поддерживаемые языки 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"
    }
}