Trimoodle
toggle courses visibility from the moodle sidebar
Trimoodle क्या है?
Trimoodle nadav.goldstein96 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "toggle courses visibility from the moodle sidebar"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Trimoodle एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Trimoodle |
ID | najiiglmdjablddfmgegpookgecbddej |
आधिकारिक URL | https://chromewebstore.google.com/detail/trimoodle/najiiglmdjablddfmgegpookgecbddej |
विवरण | toggle courses visibility from the moodle sidebar |
फ़ाइल का आकार | 199 KB |
स्थापना संख्या | 219 |
वर्तमान संस्करण | 1.8 |
अंतिम अपडेट | 2021-10-11 |
प्रकाशन तिथि | 2021-04-02 |
रेटिंग | 4.97/5 कुल 34 रेटिंग्स |
डेवलपर | nadav.goldstein96 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } } |