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
官方網址 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"
            }
        ]
    }
}