Trimoodle
toggle courses visibility from the moodle sidebar
What is Trimoodle?
Trimoodle is a Chrome extension developed by nadav.goldstein96, and its main feature is "toggle courses visibility from the moodle sidebar".
Extension Screenshots
Download Trimoodle Extension CRX File
Download Trimoodle 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
A new way to toggle the visibility of the courses at the sidebar in the moodle website (huji) Open source: https://github.com/nadav96/trimoodle
Extension Basic Information
Name | Trimoodle |
ID | najiiglmdjablddfmgegpookgecbddej |
Official URL | https://chromewebstore.google.com/detail/trimoodle/najiiglmdjablddfmgegpookgecbddej |
Description | toggle courses visibility from the moodle sidebar |
File Size | 199 KB |
Installation Count | 219 |
Current Version | 1.8 |
Last Updated | 2021-10-11 |
Publish Date | 2021-04-02 |
Rating | 4.97/5 Total 34 Ratings |
Developer | nadav.goldstein96 |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trimoodle", "description": "toggle courses visibility from the moodle sidebar", "version": "1.8", "manifest_version": 2, "browser_action": { "default_icon": "images\/icon25.png", "default_popup": "popup.html", "default_title": "Trim moodle" }, "permissions": [ "https:\/\/moodle2.cs.huji.ac.il\/*", "storage" ], "content_scripts": [ { "js": [ "3party\/jquery-3.6.0.min.js", "3party\/snackbar\/snackbar.min.js", "content.js" ], "matches": [ "https:\/\/moodle2.cs.huji.ac.il\/*" ], "css": [ "3party\/snackbar\/snackbar.min.css" ] } ], "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" } } |