Duolingo Timer
Install a Timer in Duolingo.
What is Duolingo Timer?
Duolingo Timer is a Chrome extension developed by kazu-ux, and its main feature is "Install a Timer in Duolingo.".
Extension Screenshots
Download Duolingo Timer Extension CRX File
Download Duolingo Timer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
・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.
Extension Basic Information
Name | |
ID | fmnpjnjlgnfcnlnligalbgdkfpjlbpok |
Official URL | https://chrome.google.com/webstore/detail/duolingo-timer/fmnpjnjlgnfcnlnligalbgdkfpjlbpok |
Description | Install a Timer in Duolingo. |
File Size | 23.46 KB |
Installation Count | 94 |
Current Version | 0.2 |
Last Updated | 2021-05-24 |
Publish Date | 2021-05-08 |
Developer | kazu-ux |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/kazu-ux/DuolingoTimer |
Supported Languages | 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" } } |