Duolingo Timer

Install a Timer in Duolingo.

Duolingo Timerとは何ですか?

Duolingo Timerはkazu-uxによって開発されたChromeの拡張機能で、その主な機能は「Install a Timer in Duolingo.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Duolingo Timer拡張機能のCRXファイルをダウンロード

Duolingo Timer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ・When the time limit has expired, the "Send" button will be automatically pressed if the answer has been entered, or the "Skip" button if it has not been entered.

・The time limit can be set in the range of 1 to 600 seconds. (Default is 60 seconds)

This extension is open source.                    

拡張機能の基本情報

名前 Duolingo Timer Duolingo Timer
ID fmnpjnjlgnfcnlnligalbgdkfpjlbpok
公式URL https://chrome.google.com/webstore/detail/duolingo-timer/fmnpjnjlgnfcnlnligalbgdkfpjlbpok
説明 Install a Timer in Duolingo.
ファイルサイズ 23.46 KB
インストール数 94
現在のバージョン 0.2
最終更新日 2021-05-24
公開日 2021-05-08
開発者 kazu-ux
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/kazu-ux/DuolingoTimer
対応言語 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "version": "0.2",
    "manifest_version": 3,
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.duolingo.com\/learn"
            ],
            "js": [
                "progressbar.min.js",
                "DuolingoTimer.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    }
}