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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
*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;" } } |