Trimoodle
toggle courses visibility from the moodle sidebar
Co je Trimoodle?
Trimoodle je rozšíření Chrome vyvinuté nadav.goldstein96, a jeho hlavní funkcí je „toggle courses visibility from the moodle sidebar“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Trimoodle
Stáhněte si soubory rozšíření Trimoodle ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Trimoodle |
ID | najiiglmdjablddfmgegpookgecbddej |
Oficiální URL | https://chromewebstore.google.com/detail/trimoodle/najiiglmdjablddfmgegpookgecbddej |
Popis | toggle courses visibility from the moodle sidebar |
Velikost souboru | 199 KB |
Počet instalací | 219 |
Aktuální Verze | 1.8 |
Poslední Aktualizace | 2021-10-11 |
Datum Vydání | 2021-04-02 |
Hodnocení | 4.97/5 Celkem 34 Hodnocení |
Vývojář | nadav.goldstein96 |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |