Moodle Dark -- LSU
Dark theme to bypass the hard-on-the-eyes look of LSU's Moodle
Moodle Dark -- LSUคืออะไร?
Moodle Dark -- LSU เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dylan Dubois และคุณลักษณะหลักของมันคือ "Dark theme to bypass the hard-on-the-eyes look of LSU's Moodle"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Moodle Dark -- LSU
ดาวน์โหลดไฟล์ส่วนขยาย Moodle Dark -- LSU ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Updates the LSU Moodle website to appear darker and cleaner
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Moodle Dark -- LSU |
ID | fcejongbnjkbhbgncbjflhiknphgkclg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/moodle-dark-lsu/fcejongbnjkbhbgncbjflhiknphgkclg |
คำอธิบาย | Dark theme to bypass the hard-on-the-eyes look of LSU's Moodle |
ขนาดไฟล์ | 20.42 KB |
จำนวนการติดตั้ง | 106 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2020-02-27 |
วันที่เผยแพร่ | 2020-02-26 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Dylan Dubois |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Moodle Dark -- LSU", "version": "1.0.1", "manifest_version": 2, "description": "Dark theme to bypass the hard-on-the-eyes look of LSU's Moodle", "permissions": [ "activeTab" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/moodle3.lsu.edu\/*", "*:\/\/moodle3.lsu.edu\/course\/*" ], "css": [ "styles.css" ], "js": [ "content.js" ] } ] } |