TI Hub - Moodle Answers
Automatically detects the right answer on exams at https://moodle.zs1sierpc.pl/
Co to jest TI Hub - Moodle Answers?
TI Hub - Moodle Answers to rozszerzenie Chrome opracowane przez steamgozuk, a jego główną funkcją jest „Automatically detects the right answer on exams at https://moodle.zs1sierpc.pl/”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia TI Hub - Moodle Answers
Pobierz pliki rozszerzeń TI Hub - Moodle Answers w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ihnomdbokpcemmdhlmheogcdcegmjmfg |
| Oficjalny URL | https://chromewebstore.google.com/detail/ti-hub-moodle-answers/ihnomdbokpcemmdhlmheogcdcegmjmfg |
| Opis | Automatically detects the right answer on exams at https://moodle.zs1sierpc.pl/ |
| Rozmiar pliku | 50.04 KB |
| Liczba instalacji | 241 |
| Aktualna Wersja | 1.0.1 |
| Ostatnia Aktualizacja | 2022-04-05 |
| Data Publikacji | 2022-03-30 |
| Deweloper | steamgozuk |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
}
]
} | |