DuoCards

Translate and save words from browser using DuoCards

O que é DuoCards?

DuoCards é uma extensão do Chrome desenvolvida por https://duocards.com, e sua principal característica é "Translate and save words from browser using DuoCards".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão DuoCards

Baixe arquivos de extensão DuoCards no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome DuoCards DuoCards
ID bgojhcbkjlloemicdchpifpnbcjiijmd
URL Oficial https://chromewebstore.google.com/detail/duocards/bgojhcbkjlloemicdchpifpnbcjiijmd
Descrição Translate and save words from browser using DuoCards
Tamanho do Arquivo 10.06 KB
Contagem de Instalações 26,804
Versão Atual 1.7
Última Atualização 2023-10-07
Data de Publicação 2020-12-18
Classificação 3.06/5 Total de 36 Avaliações
Desenvolvedor https://duocards.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://duocards.com
Idiomas Suportados 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
}