DuoCards
Translate and save words from browser using DuoCards
Что такое DuoCards?
DuoCards - это расширение Chrome, разработанное https://duocards.com, и его основная функция - "Translate and save words from browser using DuoCards".
Снимки экрана расширения
Скачать файл CRX расширения DuoCards
Скачайте файлы расширений DuoCards в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Translate and save words from the browser using DuoCards! Select any text in your browser or right-click on an unknown word, translate the word and save it into your DuoCards deck. Alternatively, you can click on the Mammoth icon of this extension in the top right corner, translate and save any phrase you need. Later on, you will be able to use it for learning in the app on your phone. *Requirements Make sure you have DuoCards installed on your phone and have completed the registration before you start using this extension.
Основная информация о расширении
Название | DuoCards |
ID | bgojhcbkjlloemicdchpifpnbcjiijmd |
Официальный URL | https://chromewebstore.google.com/detail/duocards/bgojhcbkjlloemicdchpifpnbcjiijmd |
Описание | Translate and save words from browser using DuoCards |
Размер файла | 10.06 KB |
Количество установок | 26,804 |
Текущая Версия | 1.7 |
Последнее Обновление | 2023-10-07 |
Дата публикации | 2020-12-18 |
Рейтинг | 3.06/5 Всего 36 оценок |
Разработчик | https://duocards.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://duocards.com |
Поддерживаемые языки | en,es,pt-BR,sk,cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DuoCards", "version": "1.7", "description": "__MSG_appDesc__", "default_locale": "en", "permissions": [ "contextMenus" ], "host_permissions": [ "https:\/\/app.duocards.com\/*", "http:\/\/localhost:3000\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png" }, "manifest_version": 3 } |