Vocabu Cards

The extension translates words and lets you learn them by spaced repetition

O que é Vocabu Cards?

Vocabu Cards é uma extensão do Chrome desenvolvida por https://vocabu.online, e sua principal característica é "The extension translates words and lets you learn them by spaced repetition".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Vocabu Cards

Baixe arquivos de extensão Vocabu Cards 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

                        We have simplified the study of foreign words and phrases:
- Words or phrases are translated inline while browsing. No more switching tabs.
- Translated words and phrases can be learnt by spaced repetition method.

Other features:
- Repetitions can be made on mobile devices.
- Translate more than 100 languages. We use Google Translate.
- Words and phrases can be translated from learning to native language and vice versa automatically.
- Translated words and phrases can be organized to lists that can be shared with other users.
- Words and phrases for repetition can be downloaded from Google Translate history or from files (for example, Quizlet).

The extension is under active development, so you can influence future features by participating in telegram support channel https://t.me/vocabusupport                    

Informações Básicas da Extensão

Nome Vocabu Cards Vocabu Cards
ID nemcemofelmalinlbenmmpcmbcpbkcdc
URL Oficial https://chromewebstore.google.com/detail/vocabu-cards/nemcemofelmalinlbenmmpcmbcpbkcdc
Descrição The extension translates words and lets you learn them by spaced repetition
Tamanho do Arquivo 30.6 KB
Contagem de Instalações 71
Versão Atual 0.8.1
Última Atualização 2022-12-14
Data de Publicação 2022-08-07
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://vocabu.online
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://t.me/vocabusupport
Idiomas Suportados en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vocabu Cards",
    "description": "__MSG_extDescription__",
    "version": "0.8.1",
    "manifest_version": 3,
    "default_locale": "en",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "minimum_chrome_version": "92",
    "permissions": [
        "storage",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/vocabu-16.png",
            "32": "images\/vocabu-32.png",
            "48": "images\/vocabu-48.png",
            "128": "images\/vocabu-128.png"
        }
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/vocabu.online\/*"
        ]
    }
}