TI Hub - Moodle Answers
Automatically detects the right answer on exams at https://moodle.zs1sierpc.pl/
什么是TI Hub - Moodle Answers?
TI Hub - Moodle Answers是由steamgozuk开发的Chrome扩展程序,该扩展的主要功能是“Automatically detects the right answer on exams at https://moodle.zs1sierpc.pl/”。
扩展截图
下载TI Hub - Moodle Answers扩展crx文件
下载TI Hub - Moodle Answers扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Po rozpoczęciu testu na https://moodle.zs1sierpc.pl/, poprawna odpowiedź (musi uwzględniona w zewnętrznej bazie pytań) na każde pytanie wysunie się o 2 piksele w prawo. 扩展基本信息
| 名称 | |
| ID | ihnomdbokpcemmdhlmheogcdcegmjmfg |
| 官方URL | https://chromewebstore.google.com/detail/ti-hub-moodle-answers/ihnomdbokpcemmdhlmheogcdcegmjmfg |
| 简介 | Automatically detects the right answer on exams at https://moodle.zs1sierpc.pl/ |
| 文件大小 | 50.04 KB |
| 安装次数 | 241 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2022-04-05 |
| 上架时间 | 2022-03-30 |
| 开发者 | steamgozuk |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | pl |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "TI Hub - Moodle Answers",
"version": "1.0.1",
"description": "Automatically detects the right answer on exams at https:\/\/moodle.zs1sierpc.pl\/",
"action": {
"default_icon": "img\/logo.png",
"default_popup": "html\/popup.html",
"default_title": "TI Hub - Moodle Answers"
},
"icons": {
"16": "img\/icon_16.png",
"48": "img\/icon_48.png",
"128": "img\/icon_128.png"
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"http:\/\/localhost:5500\/*",
"https:\/\/moodle.zs1sierpc.pl\/*",
"http:\/\/moodle.zs1sierpc.pl\/*"
],
"css": [
"style.css"
]
}
]
} | |