DuoCards
Translate and save words from browser using DuoCards
Cos'è DuoCards?
DuoCards è un'estensione di Chrome sviluppata da https://duocards.com, e la sua funzione principale è "Translate and save words from browser using DuoCards".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DuoCards
Scarica i file di estensione DuoCards in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | DuoCards |
ID | bgojhcbkjlloemicdchpifpnbcjiijmd |
URL Ufficiale | https://chromewebstore.google.com/detail/duocards/bgojhcbkjlloemicdchpifpnbcjiijmd |
Descrizione | Translate and save words from browser using DuoCards |
Dimensione del File | 10.06 KB |
Conteggio Installazioni | 26,804 |
Versione Corrente | 1.7 |
Ultimo Aggiornamento | 2023-10-07 |
Data di Pubblicazione | 2020-12-18 |
Valutazione | 3.06/5 Totale 36 Valutazioni |
Sviluppatore | https://duocards.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://duocards.com |
Lingue Supportate | 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 } |