DuoCards
Translate and save words from browser using DuoCards
Was ist DuoCards?
DuoCards ist eine Chrome-Erweiterung, die von https://duocards.com entwickelt wurde, und ihr Hauptmerkmal ist "Translate and save words from browser using DuoCards".
Erweiterungsscreenshots
DuoCards-Erweiterungs-CRX-Datei herunterladen
Laden Sie DuoCards-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | DuoCards |
ID | bgojhcbkjlloemicdchpifpnbcjiijmd |
Offizielle URL | https://chromewebstore.google.com/detail/duocards/bgojhcbkjlloemicdchpifpnbcjiijmd |
Beschreibung | Translate and save words from browser using DuoCards |
Dateigröße | 10.06 KB |
Installationsanzahl | 26,804 |
Aktuelle Version | 1.7 |
Letztes Update | 2023-10-07 |
Veröffentlichungsdatum | 2020-12-18 |
Bewertung | 3.06/5 Insgesamt 36 Bewertungen |
Entwickler | https://duocards.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://duocards.com |
Unterstützte Sprachen | 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 } |