Better Moodle
A browser addon that improves the AAU moodle experience
Better Moodleคืออะไร?
Better Moodle เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ScuffedDevelopers และคุณลักษณะหลักของมันคือ "A browser addon that improves the AAU moodle experience"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better Moodle
ดาวน์โหลดไฟล์ส่วนขยาย Better Moodle ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The AAU moodle experience has now been improved tenfold, you can now browse AAU moodle in dark mode. More features to be added later.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Better Moodle |
ID | aofdjmkgnpipogehghkinngokldnomgg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/better-moodle/aofdjmkgnpipogehghkinngokldnomgg |
คำอธิบาย | A browser addon that improves the AAU moodle experience |
ขนาดไฟล์ | 318 KB |
จำนวนการติดตั้ง | 16 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2022-10-18 |
วันที่เผยแพร่ | 2022-10-04 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | ScuffedDevelopers |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Better Moodle", "version": "1.2", "description": "A browser addon that improves the AAU moodle experience", "icons": { "16": "images\/logo-mi-16.png", "32": "images\/logo-mi-32.png", "48": "images\/logo-mi-48.png", "128": "images\/logo-mi-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.moodle.aau.dk\/*" ], "css": [ "main.css" ] }, { "matches": [ "https:\/\/www.moodle.aau.dk\/local\/planning\/calendar.php" ], "js": [ "scripts\/calendar.js" ] } ] } |