Moodle timer extension
Just a simple moodle timer extension
What is Moodle timer extension?
Moodle timer extension is a Chrome extension developed by ReShadow, and its main feature is "Just a simple moodle timer extension".
Extension Screenshots
Download Moodle timer extension Extension CRX File
Download Moodle timer extension 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
Just a simple moodle timer extension Adds extra functions to a simple moodle timer: - Time left - Time after reload - Time passed - Time left per question - Averagequestion time - Questions left - Time warning User needs to specify duration of moodle quiz and choose desired functions, then hit save. You will never finish your quiz too fast or too slow again !
Extension Basic Information
Name | Moodle timer extension |
ID | pifaacfjdpgifjjdkffihdimbahohcdo |
Official URL | https://chromewebstore.google.com/detail/moodle-timer-extension/pifaacfjdpgifjjdkffihdimbahohcdo |
Description | Just a simple moodle timer extension |
File Size | 49.33 KB |
Installation Count | 42 |
Current Version | 1.1 |
Last Updated | 2021-05-04 |
Publish Date | 2021-05-04 |
Rating | 5.00/5 Total 1 Ratings |
Developer | ReShadow |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Moodle timer extension", "version": "1.1", "description": "Just a simple moodle timer extension", "icons": { "512": "icons\/motivation.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/mod\/quiz\/attempt*" ], "js": [ "timer_v2.js" ], "run_at": "document_idle" } ], "options_ui": { "page": "options.html" }, "permissions": [ "storage" ], "browser_action": { "default_icon": "icons\/motivation.png", "default_popup": "options.html" } } |