Moodle De-Clutterer
Gets rid of old classes on the Rose-Hulman Moodle and allows users to change the accent color.
Moodle De-Clutterer क्या है?
Moodle De-Clutterer jjc8266 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Gets rid of old classes on the Rose-Hulman Moodle and allows users to change the accent color."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Moodle De-Clutterer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
*IMPORTANT* *Currently doesn't work with the new Moodle! Will update when fixed.* Allows users to hide unwanted classes on the Rose-Hulman Moodle page, as well as change the accent colors.
एक्सटेंशन की मूल जानकारी
नाम | Moodle De-Clutterer |
ID | gbffiaclpclbeincegnipgiledglgfho |
आधिकारिक URL | https://chromewebstore.google.com/detail/moodle-de-clutterer/gbffiaclpclbeincegnipgiledglgfho |
विवरण | Gets rid of old classes on the Rose-Hulman Moodle and allows users to change the accent color. |
फ़ाइल का आकार | 59.34 KB |
स्थापना संख्या | 50 |
वर्तमान संस्करण | 2.8 |
अंतिम अपडेट | 2023-09-01 |
प्रकाशन तिथि | 2022-12-01 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | jjc8266 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Moodle De-Clutterer", "description": "Gets rid of old classes on the Rose-Hulman Moodle and allows users to change the accent color.", "version": "2.8", "manifest_version": 3, "permissions": [ "storage", "activeTab", "tabs" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/roseR16.png", "32": "\/images\/roseR32.png", "48": "\/images\/roseR48.png", "128": "\/images\/roseR128.png" } }, "icons": { "16": "\/images\/roseR16.png", "32": "\/images\/roseR32.png", "48": "\/images\/roseR48.png", "128": "\/images\/roseR128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.moodle.rose-hulman.edu\/*" ], "js": [ "jquery.min.js", "content.js" ], "run_at": "document_end" } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/ajax.googleapis.com;" } } |