Currency Converter
Currency Converter simply adds a popup to find the equivalent of a amount currency to another.
Что такое Currency Converter?
Currency Converter - это расширение Chrome, разработанное John Sanchirico, и его основная функция - "Currency Converter simply adds a popup to find the equivalent of a amount currency to another.".
Снимки экрана расширения
Скачать файл CRX расширения Currency Converter
Скачайте файлы расширений Currency Converter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Currency Converter simply adds a popup to find the equivalent of a amount currency to another.
Основная информация о расширении
Название | |
ID | kipcafhagipanajgjbklapaifbfgmbof |
Официальный URL | https://chrome.google.com/webstore/detail/currency-converter/kipcafhagipanajgjbklapaifbfgmbof |
Описание | Currency Converter simply adds a popup to find the equivalent of a amount currency to another. |
Размер файла | 76.83 KB |
Количество установок | 49 |
Текущая Версия | 0.1.1 |
Последнее Обновление | 2019-10-23 |
Дата публикации | 2019-10-23 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | John Sanchirico |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Currency Converter", "short_name": "CC", "version": "0.1.1", "description": "Currency Converter simply adds a popup to find the equivalent of a amount currency to another.", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "Currency Converter", "default_popup": "popup.html" } } |