MOODLE Exam Solver
This extension allows you to master the hardest MOODLE exams.
What is MOODLE Exam Solver?
MOODLE Exam Solver is a Chrome extension developed by inguin, and its main feature is "This extension allows you to master the hardest MOODLE exams.".
Extension Screenshots
Download MOODLE Exam Solver Extension CRX File
Download MOODLE Exam Solver extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This assigments solver is for a very old HotPot plugin from learning portal MOODLE.
Extension Basic Information
Name | MOODLE Exam Solver |
ID | ogmonhnolabdebjebfafnhnkemikgaja |
Official URL | https://chromewebstore.google.com/detail/moodle-exam-solver/ogmonhnolabdebjebfafnhnkemikgaja |
Description | This extension allows you to master the hardest MOODLE exams. |
File Size | 473 KB |
Installation Count | 492 |
Current Version | 0.2.17 |
Last Updated | 2021-05-12 |
Publish Date | 2021-05-12 |
Rating | 1.00/5 Total 1 Ratings |
Developer | inguin |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ingui-n/Moodle-Solver |
Help Page URL | https://github.com/ingui-n/Moodle-Solver/issues |
Supported Languages | 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 } |