Simple currency converter
Currency rate calculator
Что такое Simple currency converter?
Simple currency converter - это расширение Chrome, разработанное MaxPax, и его основная функция - "Currency rate calculator".
Снимки экрана расширения
Скачать файл CRX расширения Simple currency converter
Скачайте файлы расширений Simple currency converter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Convenient financial converter. Just enter the desired amount and you will see the corresponding amount in another currency. All major fiat currencies and popular cryptocurrencies are supported. Unused currencies can be hidden.
Основная информация о расширении
Название | Simple currency converter |
ID | obhemlghbbloobahdlkjmniichcandhd |
Официальный URL | https://chromewebstore.google.com/detail/simple-currency-converter/obhemlghbbloobahdlkjmniichcandhd |
Описание | Currency rate calculator |
Размер файла | 125 KB |
Количество установок | 7,083 |
Текущая Версия | 2.3 |
Последнее Обновление | 2023-10-24 |
Дата публикации | 2020-06-10 |
Рейтинг | 4.00/5 Всего 50 оценок |
Разработчик | MaxPax |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en,es,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "version": "2.3", "default_locale": "ru", "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "48": "icon48.png" }, "default_title": "__MSG_name__" }, "permissions": [ "storage", "alarms" ], "host_permissions": [ "*:\/\/*.iliz.net\/*" ], "icons": { "19": "icon48.png", "24": "icon48.png", "32": "icon48.png", "48": "icon48.png", "128": "icon128.png" } } |