Moodle timer extension
Just a simple moodle timer extension
什么是Moodle timer extension?
Moodle timer extension是由ReShadow开发的Chrome扩展程序,该扩展的主要功能是“Just a simple moodle timer extension”。
扩展截图
下载Moodle timer extension扩展crx文件
下载Moodle timer extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Just a simple moodle timer extension
Adds extra functions to a simple moodle timer:
- Time left
- Time after reload
- Time passed
- Time left per question
- Averagequestion time
- Questions left
- Time warning
User needs to specify duration of moodle quiz and choose desired functions, then hit save.
You will never finish your quiz too fast or too slow again ! 扩展基本信息
| 名称 | |
| ID | pifaacfjdpgifjjdkffihdimbahohcdo |
| 官方URL | https://chromewebstore.google.com/detail/moodle-timer-extension/pifaacfjdpgifjjdkffihdimbahohcdo |
| 简介 | Just a simple moodle timer extension |
| 文件大小 | 49.33 KB |
| 安装次数 | 42 |
| 当前版本 | 1.1 |
| 更新时间 | 2021-05-04 |
| 上架时间 | 2021-05-04 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | ReShadow |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Moodle timer extension",
"version": "1.1",
"description": "Just a simple moodle timer extension",
"icons": {
"512": "icons\/motivation.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/mod\/quiz\/attempt*"
],
"js": [
"timer_v2.js"
],
"run_at": "document_idle"
}
],
"options_ui": {
"page": "options.html"
},
"permissions": [
"storage"
],
"browser_action": {
"default_icon": "icons\/motivation.png",
"default_popup": "options.html"
}
} | |