Letra

Passively learn a new language every time you open a new tab.

O que é Letra?

Letra é uma extensão do Chrome desenvolvida por Jaye Hernandez, e sua principal característica é "Passively learn a new language every time you open a new tab.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Letra

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

                        A simple and effective supplementary tool for language learning!

Features:
✨ New word everyday
✨ Listen to the word in the chosen language
✨ New inspirational quote about learning
✨ Dark Interface
✨ Available in 24 languages                    

Informações Básicas da Extensão

Nome Letra Letra
ID cjodkkjokggcaeacdhjliobekbnnmoio
URL Oficial https://chromewebstore.google.com/detail/letra/cjodkkjokggcaeacdhjliobekbnnmoio
Descrição Passively learn a new language every time you open a new tab.
Tamanho do Arquivo 158 KB
Contagem de Instalações 282
Versão Atual 1.0.15
Última Atualização 2022-10-22
Data de Publicação 2020-06-15
Classificação 4.86/5 Total de 7 Avaliações
Desenvolvedor Jaye Hernandez
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://letra.vercel.app/
URL da Página de Ajuda https://letra.vercel.app/#contact
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Letra",
    "description": "Passively learn a new language every time you open a new tab.",
    "version": "1.0.15",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/texttospeech.responsivevoice.org\/",
        "https:\/\/letra-extension.vercel.app\/"
    ],
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "default_title": "Letra"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}