TI Hub - Moodle Answers
Automatically detects the right answer on exams at https://moodle.zs1sierpc.pl/
Cos'è TI Hub - Moodle Answers?
TI Hub - Moodle Answers è un'estensione di Chrome sviluppata da steamgozuk, e la sua funzione principale è "Automatically detects the right answer on exams at https://moodle.zs1sierpc.pl/".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TI Hub - Moodle Answers
Scarica i file di estensione TI Hub - Moodle Answers in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | ihnomdbokpcemmdhlmheogcdcegmjmfg |
| URL Ufficiale | https://chromewebstore.google.com/detail/ti-hub-moodle-answers/ihnomdbokpcemmdhlmheogcdcegmjmfg |
| Descrizione | Automatically detects the right answer on exams at https://moodle.zs1sierpc.pl/ |
| Dimensione del File | 50.04 KB |
| Conteggio Installazioni | 241 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2022-04-05 |
| Data di Pubblicazione | 2022-03-30 |
| Sviluppatore | steamgozuk |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
]
} | |