Moodle De-Clutterer
Gets rid of old classes on the Rose-Hulman Moodle and allows users to change the accent color.
Wat is Moodle De-Clutterer?
Moodle De-Clutterer is een Chrome-extensie ontwikkeld door jjc8266, en de belangrijkste functie is "Gets rid of old classes on the Rose-Hulman Moodle and allows users to change the accent color.".
Extensie Screenshots
Download het CRX-bestand van de extensie Moodle De-Clutterer
Download Moodle De-Clutterer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
*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.
Basisinformatie over de Extensie
Naam | Moodle De-Clutterer |
ID | gbffiaclpclbeincegnipgiledglgfho |
Officiële URL | https://chromewebstore.google.com/detail/moodle-de-clutterer/gbffiaclpclbeincegnipgiledglgfho |
Beschrijving | Gets rid of old classes on the Rose-Hulman Moodle and allows users to change the accent color. |
Bestandsgrootte | 59.34 KB |
Aantal Installaties | 50 |
Huidige Versie | 2.8 |
Laatst Bijgewerkt | 2023-09-01 |
Publicatiedatum | 2022-12-01 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | jjc8266 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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;" } } |