Letra

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

Cos'è Letra?

Letra è un'estensione di Chrome sviluppata da Jaye Hernandez, e la sua funzione principale è "Passively learn a new language every time you open a new tab.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Letra

Scarica i file di estensione Letra 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

                        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                    

Informazioni di Base sull'Estensione

Nome Letra Letra
ID cjodkkjokggcaeacdhjliobekbnnmoio
URL Ufficiale https://chromewebstore.google.com/detail/letra/cjodkkjokggcaeacdhjliobekbnnmoio
Descrizione Passively learn a new language every time you open a new tab.
Dimensione del File 158 KB
Conteggio Installazioni 282
Versione Corrente 1.0.15
Ultimo Aggiornamento 2022-10-22
Data di Pubblicazione 2020-06-15
Valutazione 4.86/5 Totale 7 Valutazioni
Sviluppatore Jaye Hernandez
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://letra.vercel.app/
URL della Pagina di Aiuto https://letra.vercel.app/#contact
Lingue Supportate 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]"
        }
    }
}