Duolingo Timer

Install a Timer in Duolingo.

Duolingo Timer là gì?

Duolingo Timer là một tiện ích mở rộng Chrome được phát triển bởi kazu-ux, và tính năng chính của nó là "Install a Timer in Duolingo.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Duolingo Timer

Tải xuống các tệp mở rộng Duolingo Timer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Duolingo Timer Duolingo Timer
ID fmnpjnjlgnfcnlnligalbgdkfpjlbpok
URL Chính Thức https://chrome.google.com/webstore/detail/duolingo-timer/fmnpjnjlgnfcnlnligalbgdkfpjlbpok
Mô tả Install a Timer in Duolingo.
Kích Thước Tệp 23.46 KB
Số Lần Cài Đặt 94
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2021-05-24
Ngày Phát Hành 2021-05-08
Nhà Phát Triển kazu-ux
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/kazu-ux/DuolingoTimer
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}