BTCER - Bitcoin Exchange Rates

Quick access to current exchange rates for over twenty global currencies to Bitcoin and a two-way BTC calculator.

Что такое BTCER - Bitcoin Exchange Rates?

BTCER - Bitcoin Exchange Rates - это расширение Chrome, разработанное Revert.pl, и его основная функция - "Quick access to current exchange rates for over twenty global currencies to Bitcoin and a two-way BTC calculator.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения BTCER - Bitcoin Exchange Rates

Скачайте файлы расширений BTCER - Bitcoin Exchange Rates в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Simple extension with exchange rates for over twenty global currencies (including USD, EUR, GBP) to Bitcoin. You can filter by one currency and your choice will be automatically remembered. You can also customize shown columns.

Convert easily your currency to BTC and vice versa. Quick access available via browser icon.

Exchange rates and currency conversion data provided by blockchain.info.                    

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

Название BTCER - Bitcoin Exchange Rates BTCER - Bitcoin Exchange Rates
ID okkfnemkpnkmkglokjcjeddemjjhpffa
Официальный URL https://chromewebstore.google.com/detail/btcer-bitcoin-exchange-ra/okkfnemkpnkmkglokjcjeddemjjhpffa
Описание Quick access to current exchange rates for over twenty global currencies to Bitcoin and a two-way BTC calculator.
Размер файла 39.17 KB
Количество установок 40
Текущая Версия 1.5.5
Последнее Обновление 2022-02-24
Дата публикации 2019-05-30
Разработчик Revert.pl
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://en.revert.pl/portfolio/chrome-btcer
URL страницы помощи https://en.revert.pl/kontakt
Поддерживаемые языки en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "1.5.5",
    "author": "[email protected]",
    "icons": {
        "128": "icons\/icon-btc-simple-128.png",
        "48": "icons\/icon-btc-simple-48.png",
        "16": "icons\/icon-btc-simple-16.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon-btc-simple-19.png",
        "default_popup": "html\/popup.html"
    },
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage"
    ],
    "default_locale": "en"
}