DuoCards
Translate and save words from browser using DuoCards
What is DuoCards?
DuoCards is a Chrome extension developed by https://duocards.com, and its main feature is "Translate and save words from browser using DuoCards".
Extension Screenshots
Download DuoCards Extension CRX File
Download DuoCards extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | DuoCards |
ID | bgojhcbkjlloemicdchpifpnbcjiijmd |
Official URL | https://chromewebstore.google.com/detail/duocards/bgojhcbkjlloemicdchpifpnbcjiijmd |
Description | Translate and save words from browser using DuoCards |
File Size | 10.06 KB |
Installation Count | 26,804 |
Current Version | 1.7 |
Last Updated | 2023-10-07 |
Publish Date | 2020-12-18 |
Rating | 3.06/5 Total 36 Ratings |
Developer | https://duocards.com |
[email protected] | |
Payment Type | free |
Extension Website | https://duocards.com |
Supported Languages | 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 } |