TypeLingo

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

什么是TypeLingo?

TypeLingo是由Nowam开发的Chrome扩展程序,该扩展的主要功能是“Duolingo typing restored! Get back the ability to type your responses.”。

扩展截图

screenshot
screenshot
screenshot

下载TypeLingo扩展crx文件

下载TypeLingo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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).                    

扩展基本信息

名称 TypeLingo TypeLingo
ID lkfdecookegdklhpafhikjebeflcgepc
官方URL https://chromewebstore.google.com/detail/typelingo/lkfdecookegdklhpafhikjebeflcgepc
简介 Duolingo typing restored! Get back the ability to type your responses.
文件大小 156 KB
安装次数 351
当前版本 1.1.4
更新时间 2023-12-13
上架时间 2023-07-27
评分 5.00/5 共13次评分
开发者 Nowam
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/Nowammm/TypeLingo
支持的语言 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"
            }
        ]
    }
}