TI Hub - Moodle Answers
Automatically detects the right answer on exams at https://moodle.zs1sierpc.pl/
O que é TI Hub - Moodle Answers?
TI Hub - Moodle Answers é uma extensão do Chrome desenvolvida por steamgozuk, e sua principal característica é "Automatically detects the right answer on exams at https://moodle.zs1sierpc.pl/".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão TI Hub - Moodle Answers
Baixe arquivos de extensão TI Hub - Moodle Answers no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | TI Hub - Moodle Answers |
ID | ihnomdbokpcemmdhlmheogcdcegmjmfg |
URL Oficial | https://chromewebstore.google.com/detail/ti-hub-moodle-answers/ihnomdbokpcemmdhlmheogcdcegmjmfg |
Descrição | Automatically detects the right answer on exams at https://moodle.zs1sierpc.pl/ |
Tamanho do Arquivo | 50.04 KB |
Contagem de Instalações | 241 |
Versão Atual | 1.0.1 |
Última Atualização | 2022-04-05 |
Data de Publicação | 2022-03-30 |
Desenvolvedor | steamgozuk |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |