Currency Converter

Convert 1 Type of Currency value to another type.

Что такое Currency Converter?

Currency Converter - это расширение Chrome, разработанное https://ggcnet.tk, и его основная функция - "Convert 1 Type of Currency value to another type.".

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

screenshot
screenshot

Скачать файл CRX расширения Currency Converter

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

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

                        Everyone needs to have 1 currency converter for shopping, business and for many other things. 

By this app you can convert 1 type of currency value to another. All currency information is taken from European Central Bank and that information is being updated every day.

Write in input field the value that you want to convert and that choose the currencies.                    

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

Название Currency Converter Currency Converter
ID eimcmceojaapnlbclajcfnbkdeidfdhd
Официальный URL https://chromewebstore.google.com/detail/currency-converter/eimcmceojaapnlbclajcfnbkdeidfdhd
Описание Convert 1 Type of Currency value to another type.
Размер файла 46.09 KB
Количество установок 15
Текущая Версия 1.0
Последнее Обновление 2017-10-06
Дата публикации 2017-10-06
Рейтинг 3.00/5 Всего 2 оценок
Разработчик https://ggcnet.tk
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Currency Converter",
    "description": "Convert 1 Type of Currency value to another type.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "public\/images\/icon.png",
        "default_popup": "public\/scripts\/index.html",
        "default_title": "gCurrency"
    }
}