AAU Moodle Optimizer
Changes the background of the Aalborg University Moodle to a more simplistic "AAU"-blue background. This enhances the look of the…
AAU Moodle Optimizerคืออะไร?
AAU Moodle Optimizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tpanum และคุณลักษณะหลักของมันคือ "Changes the background of the Aalborg University Moodle to a more simplistic "AAU"-blue background. This enhances the look of the…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AAU Moodle Optimizer
ดาวน์โหลดไฟล์ส่วนขยาย AAU Moodle Optimizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Changes the background of the Aalborg University Moodle to a more simplistic "AAU"-blue background. This enhances the look of the Moodle page, and more visual clearance. 1.0: Changes background to a static color "AAU Blue" 1.1 Fixes alignment of the AAU logo
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | AAU Moodle Optimizer |
ID | fjdnfndnmbbaidkicacfnaoaihlhefka |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/aau-moodle-optimizer/fjdnfndnmbbaidkicacfnaoaihlhefka |
คำอธิบาย | Changes the background of the Aalborg University Moodle to a more simplistic "AAU"-blue background. This enhances the look of the… |
ขนาดไฟล์ | 3.07 KB |
จำนวนการติดตั้ง | 27 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2014-02-03 |
วันที่เผยแพร่ | 2014-02-03 |
คะแนน | 4.50/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | tpanum |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AAU Moodle Optimizer", "version": "1.1", "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/www.moodle.aau.dk\/*" ], "css": [ "css_file.css" ] } ] } |