TI Hub - Moodle Answers
Automatically detects the right answer on exams at https://moodle.zs1sierpc.pl/
Hvad er TI Hub - Moodle Answers?
TI Hub - Moodle Answers er en Chrome-udvidelse udviklet af steamgozuk, og dens hovedfunktion er "Automatically detects the right answer on exams at https://moodle.zs1sierpc.pl/".
Udvidelsesskærmbilleder
Download TI Hub - Moodle Answers-udvidelses-CRX-fil
Download TI Hub - Moodle Answers-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | TI Hub - Moodle Answers |
ID | ihnomdbokpcemmdhlmheogcdcegmjmfg |
Officiel URL | https://chromewebstore.google.com/detail/ti-hub-moodle-answers/ihnomdbokpcemmdhlmheogcdcegmjmfg |
Beskrivelse | Automatically detects the right answer on exams at https://moodle.zs1sierpc.pl/ |
Filstørrelse | 50.04 KB |
Antal Installationer | 241 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2022-04-05 |
Udgivelsesdato | 2022-03-30 |
Udvikler | steamgozuk |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |