TI Hub - Moodle Answers
Automatically detects the right answer on exams at https://moodle.zs1sierpc.pl/
Was ist TI Hub - Moodle Answers?
TI Hub - Moodle Answers ist eine Chrome-Erweiterung, die von steamgozuk entwickelt wurde, und ihr Hauptmerkmal ist "Automatically detects the right answer on exams at https://moodle.zs1sierpc.pl/".
Erweiterungsscreenshots
TI Hub - Moodle Answers-Erweiterungs-CRX-Datei herunterladen
Laden Sie TI Hub - Moodle Answers-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ihnomdbokpcemmdhlmheogcdcegmjmfg |
| Offizielle URL | https://chromewebstore.google.com/detail/ti-hub-moodle-answers/ihnomdbokpcemmdhlmheogcdcegmjmfg |
| Beschreibung | Automatically detects the right answer on exams at https://moodle.zs1sierpc.pl/ |
| Dateigröße | 50.04 KB |
| Installationsanzahl | 241 |
| Aktuelle Version | 1.0.1 |
| Letztes Update | 2022-04-05 |
| Veröffentlichungsdatum | 2022-03-30 |
| Entwickler | steamgozuk |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
}
]
} | |