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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jjc8266, και η κύρια λειτουργία του είναι "Gets rid of old classes on the Rose-Hulman Moodle and allows users to change the accent color.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Moodle De-Clutterer
Λήψη αρχείων επέκτασης Moodle De-Clutterer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
*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;" } } |