TypeLingo

Duolingo typing restored! Get back the ability to type your responses.

Cos'è TypeLingo?

TypeLingo è un'estensione di Chrome sviluppata da Nowam, e la sua funzione principale è "Duolingo typing restored! Get back the ability to type your responses.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione TypeLingo

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

                        Introducing the ultimate solution for Duolingo learners who crave a seamless language learning experience! If you've ever found yourself frustrated by the tedious task of searching for words in the word bank, worry no more.

With just a click, this extension brings back the precious ability to type your responses in Duolingo's "Write this in English" exercise. Say farewell to the word bank's limitations and embrace the keyboard's full potential!

The extension isn't functioning correctly?
1. Try fully exiting Duolingo, then relaunch.
2. If needed, temporarily switch to the "Old" mode until a bug fix is available (mode changing is in the extension's popup window).                    

Informazioni di Base sull'Estensione

Nome TypeLingo TypeLingo
ID lkfdecookegdklhpafhikjebeflcgepc
URL Ufficiale https://chromewebstore.google.com/detail/typelingo/lkfdecookegdklhpafhikjebeflcgepc
Descrizione Duolingo typing restored! Get back the ability to type your responses.
Dimensione del File 156 KB
Conteggio Installazioni 351
Versione Corrente 1.1.4
Ultimo Aggiornamento 2023-12-13
Data di Pubblicazione 2023-07-27
Valutazione 5.00/5 Totale 13 Valutazioni
Sviluppatore Nowam
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Nowammm/TypeLingo
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TypeLingo",
    "author": "Nowam",
    "description": "Duolingo typing restored! Get back the ability to type your responses.",
    "version": "1.1.4",
    "permissions": [
        "storage",
        "tabs",
        "scripting",
        "declarativeNetRequestWithHostAccess"
    ],
    "host_permissions": [
        "https:\/\/*.duolingo.com\/*",
        "https:\/\/d35aaqx5ub95lt.cloudfront.net\/*",
        "https:\/\/firebasestorage.googleapis.com\/*"
    ],
    "icons": {
        "16": "\/icons\/16.png",
        "48": "\/icons\/48.png",
        "128": "\/icons\/128.png"
    },
    "action": {
        "default_popup": "\/popup\/popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    }
}