TI Hub - Moodle Answers
Automatically detects the right answer on exams at https://moodle.zs1sierpc.pl/
Wat is TI Hub - Moodle Answers?
TI Hub - Moodle Answers is een Chrome-extensie ontwikkeld door steamgozuk, en de belangrijkste functie is "Automatically detects the right answer on exams at https://moodle.zs1sierpc.pl/".
Extensie Screenshots
Download het CRX-bestand van de extensie TI Hub - Moodle Answers
Download TI Hub - Moodle Answers-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | TI Hub - Moodle Answers |
ID | ihnomdbokpcemmdhlmheogcdcegmjmfg |
Officiële URL | https://chromewebstore.google.com/detail/ti-hub-moodle-answers/ihnomdbokpcemmdhlmheogcdcegmjmfg |
Beschrijving | Automatically detects the right answer on exams at https://moodle.zs1sierpc.pl/ |
Bestandsgrootte | 50.04 KB |
Aantal Installaties | 241 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2022-04-05 |
Publicatiedatum | 2022-03-30 |
Ontwikkelaar | steamgozuk |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |