TI Hub - Moodle Answers
Automatically detects the right answer on exams at https://moodle.zs1sierpc.pl/
Что такое TI Hub - Moodle Answers?
TI Hub - Moodle Answers - это расширение Chrome, разработанное steamgozuk, и его основная функция - "Automatically detects the right answer on exams at https://moodle.zs1sierpc.pl/".
Снимки экрана расширения
Скачать файл CRX расширения TI Hub - Moodle Answers
Скачайте файлы расширений TI Hub - Moodle Answers в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | TI Hub - Moodle Answers |
ID | ihnomdbokpcemmdhlmheogcdcegmjmfg |
Официальный URL | https://chromewebstore.google.com/detail/ti-hub-moodle-answers/ihnomdbokpcemmdhlmheogcdcegmjmfg |
Описание | Automatically detects the right answer on exams at https://moodle.zs1sierpc.pl/ |
Размер файла | 50.04 KB |
Количество установок | 241 |
Текущая Версия | 1.0.1 |
Последнее Обновление | 2022-04-05 |
Дата публикации | 2022-03-30 |
Разработчик | steamgozuk |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" ] } ] } |