MOODLE Exam Solver
This extension allows you to master the hardest MOODLE exams.
Что такое MOODLE Exam Solver?
MOODLE Exam Solver - это расширение Chrome, разработанное inguin, и его основная функция - "This extension allows you to master the hardest MOODLE exams.".
Снимки экрана расширения
Скачать файл CRX расширения MOODLE Exam Solver
Скачайте файлы расширений MOODLE Exam Solver в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This assigments solver is for a very old HotPot plugin from learning portal MOODLE.
Основная информация о расширении
Название | MOODLE Exam Solver |
ID | ogmonhnolabdebjebfafnhnkemikgaja |
Официальный URL | https://chromewebstore.google.com/detail/moodle-exam-solver/ogmonhnolabdebjebfafnhnkemikgaja |
Описание | This extension allows you to master the hardest MOODLE exams. |
Размер файла | 473 KB |
Количество установок | 492 |
Текущая Версия | 0.2.17 |
Последнее Обновление | 2021-05-12 |
Дата публикации | 2021-05-12 |
Рейтинг | 1.00/5 Всего 1 оценок |
Разработчик | inguin |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/ingui-n/Moodle-Solver |
URL страницы помощи | https://github.com/ingui-n/Moodle-Solver/issues |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MOODLE Exam Solver", "description": "This extension allows you to master the hardest MOODLE exams.", "version": "0.2.17", "permissions": [ "storage", "*:\/\/*\/moodle\/*" ], "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ ".\/src\/scripts\/background.js" ], "persistent": false }, "icons": { "16": ".\/src\/images\/pic16.png", "32": ".\/src\/images\/pic32.png", "48": ".\/src\/images\/pic48.png", "128": ".\/src\/images\/pic128.png" }, "content_security_policy": "script-src 'self'; object-src 'self';", "manifest_version": 2 } |