Duolingo Timer

Install a Timer in Duolingo.

Apa itu Duolingo Timer?

Duolingo Timer adalah ekstensi Chrome yang dikembangkan oleh kazu-ux, dan fitur utamanya adalah "Install a Timer in Duolingo.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Duolingo Timer

Unduh file ekstensi Duolingo Timer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Duolingo Timer Duolingo Timer
ID fmnpjnjlgnfcnlnligalbgdkfpjlbpok
URL Resmi https://chrome.google.com/webstore/detail/duolingo-timer/fmnpjnjlgnfcnlnligalbgdkfpjlbpok
Deskripsi Install a Timer in Duolingo.
Ukuran File 23.46 KB
Jumlah Instalasi 94
Versi Saat Ini 0.2
Terakhir Diperbarui 2021-05-24
Tanggal Publikasi 2021-05-08
Pengembang kazu-ux
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/kazu-ux/DuolingoTimer
Bahasa yang Didukung 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"
    }
}