Smart Converter
Supper easy to use currency converter extension
Что такое Smart Converter?
Smart Converter - это расширение Chrome, разработанное https://smart-converter.vercel.app, и его основная функция - "Supper easy to use currency converter extension".
Снимки экрана расширения
Скачать файл CRX расширения Smart Converter
Скачайте файлы расширений Smart Converter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
How to use: 1. Select source currency 2. Type value 3. Get conversion for all other currencies 💵 Multiple conversions 56 currencies available for conversion. ⚡️ Always at hand Use keyboard shortcut to open conversions pop up. Alt + E (Windows, Linux, Chrome OS) ⌥ + E (macOS) 🌙 Dark theme Beautiful dark theme designed to reduce eye strain at night.
Основная информация о расширении
Название | Smart Converter |
ID | lbjjliediibjgglhhmnpanncbkchpmeg |
Официальный URL | https://chromewebstore.google.com/detail/smart-converter/lbjjliediibjgglhhmnpanncbkchpmeg |
Описание | Supper easy to use currency converter extension |
Размер файла | 2.76 MB |
Количество установок | 789 |
Текущая Версия | 1.5.0 |
Последнее Обновление | 2023-09-20 |
Дата публикации | 2022-04-27 |
Рейтинг | 4.71/5 Всего 7 оценок |
Разработчик | https://smart-converter.vercel.app |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://smart-converter.vercel.app/ |
URL страницы помощи | https://smart-converter.vercel.app/contacts |
URL страницы политики конфиденциальности | https://www.doublesubs.com/privacy |
Поддерживаемые языки | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_manifest_name__", "version": "1.5.0", "manifest_version": 3, "homepage_url": "https:\/\/smart-converter.vercel.app\/", "author": "Currency Exchange Rates", "description": "__MSG_manifest_description__", "default_locale": "en", "icons": { "128": ".\/dist\/assets\/icons\/icon128.png" }, "action": { "default_popup": ".\/dist\/popup.html", "default_title": "Open the popup", "default_icon": ".\/dist\/assets\/icons\/icon.png" }, "background": { "service_worker": "dist\/bgWrapper.js" }, "options_page": "dist\/options.html", "web_accessible_resources": [ { "resources": [ "dist\/options.html" ], "matches": [], "extension_ids": [] } ], "permissions": [ "storage", "identity", "identity.email" ], "commands": { "_execute_action": { "suggested_key": { "default": "Alt+W", "mac": "Alt+W" } } } } |