DuoCards
Translate and save words from browser using DuoCards
Qu'est-ce que DuoCards ?
DuoCards est une extension Chrome développée par https://duocards.com, et sa fonction principale est "Translate and save words from browser using DuoCards".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension DuoCards
Téléchargez les fichiers d'extension DuoCards au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | DuoCards |
ID | bgojhcbkjlloemicdchpifpnbcjiijmd |
URL Officiel | https://chromewebstore.google.com/detail/duocards/bgojhcbkjlloemicdchpifpnbcjiijmd |
Description | Translate and save words from browser using DuoCards |
Taille du Fichier | 10.06 KB |
Nombre d'Installations | 26,804 |
Version Actuelle | 1.7 |
Dernière Mise à Jour | 2023-10-07 |
Date de Publication | 2020-12-18 |
Évaluation | 3.06/5 Total 36 Évaluations |
Développeur | https://duocards.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://duocards.com |
Langues Prises en Charge | 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 } |