Moodle-Simpler
Allows editing course names, hide courses, and sort them easily inside moodle. Built by Ron Even
What is Moodle-Simpler?
Moodle-Simpler is a Chrome extension developed by Ron Even, and its main feature is "Allows editing course names, hide courses, and sort them easily inside moodle. Built by Ron Even".
Extension Screenshots
Download Moodle-Simpler Extension CRX File
Download Moodle-Simpler 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
Allows working and managing courses more easily
Extension Basic Information
Name | Moodle-Simpler |
ID | lianeibajoppjkphdhnnbfobnimmhofn |
Official URL | https://chromewebstore.google.com/detail/moodle-simpler/lianeibajoppjkphdhnnbfobnimmhofn |
Description | Allows editing course names, hide courses, and sort them easily inside moodle. Built by Ron Even |
File Size | 205 KB |
Installation Count | 273 |
Current Version | 0.0.2 |
Last Updated | 2021-04-07 |
Publish Date | 2021-03-14 |
Rating | 5.00/5 Total 8 Ratings |
Developer | Ron Even |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Moodle-Simpler", "version": "0.0.2", "manifest_version": 2, "description": "Allows editing course names, hide courses, and sort them easily inside moodle. Built by Ron Even", "default_locale": "en", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/lemida.biu.ac.il\/*" ], "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/inject.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "js\/jquery\/jquery.min.js", "src\/inject\/inject.js" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |