Duolingo Timer
Install a Timer in Duolingo.
什么是Duolingo Timer?
Duolingo Timer是由kazu-ux开发的Chrome扩展程序,该扩展的主要功能是“Install a Timer in Duolingo.”。
扩展截图
下载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.
扩展基本信息
名称 | |
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 |
电子邮箱 | [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" } } |