Trimoodle
toggle courses visibility from the moodle sidebar
Was ist Trimoodle?
Trimoodle ist eine Chrome-Erweiterung, die von nadav.goldstein96 entwickelt wurde, und ihr Hauptmerkmal ist "toggle courses visibility from the moodle sidebar".
Erweiterungsscreenshots
Trimoodle-Erweiterungs-CRX-Datei herunterladen
Laden Sie Trimoodle-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Trimoodle |
ID | najiiglmdjablddfmgegpookgecbddej |
Offizielle URL | https://chromewebstore.google.com/detail/trimoodle/najiiglmdjablddfmgegpookgecbddej |
Beschreibung | toggle courses visibility from the moodle sidebar |
Dateigröße | 199 KB |
Installationsanzahl | 219 |
Aktuelle Version | 1.8 |
Letztes Update | 2021-10-11 |
Veröffentlichungsdatum | 2021-04-02 |
Bewertung | 4.97/5 Insgesamt 34 Bewertungen |
Entwickler | nadav.goldstein96 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |