TI Hub - Moodle Answers
Automatically detects the right answer on exams at https://moodle.zs1sierpc.pl/
Vad är TI Hub - Moodle Answers?
TI Hub - Moodle Answers är en Chrome-tillägg utvecklad av steamgozuk, och dess huvudfunktion är "Automatically detects the right answer on exams at https://moodle.zs1sierpc.pl/".
Tilläggsskärmbilder
Ladda ner TI Hub - Moodle Answers-förlängningens CRX-fil
Ladda ner TI Hub - Moodle Answers-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | TI Hub - Moodle Answers |
ID | ihnomdbokpcemmdhlmheogcdcegmjmfg |
Officiell webbadress | https://chromewebstore.google.com/detail/ti-hub-moodle-answers/ihnomdbokpcemmdhlmheogcdcegmjmfg |
Beskrivning | Automatically detects the right answer on exams at https://moodle.zs1sierpc.pl/ |
Filstorlek | 50.04 KB |
Antal Installationer | 241 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2022-04-05 |
Publiceringsdatum | 2022-03-30 |
Utvecklare | steamgozuk |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |