UCLA Audit+
Improves readability and useability of UCLA degree audit.
UCLA Audit+คืออะไร?
UCLA Audit+ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hmccormick และคุณลักษณะหลักของมันคือ "Improves readability and useability of UCLA degree audit."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UCLA Audit+
ดาวน์โหลดไฟล์ส่วนขยาย UCLA Audit+ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Improves readability and usability of UCLA degree audit (DARS) by displaying classes as icons, rather than text. WARNING: Not guaranteed to work with every major/degree program. Please check against your regular audit before using to verify that all classes are displayed correctly!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lkpgnjhalhlkjnkfknpmpgeikcfppcij |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ucla-audit+/lkpgnjhalhlkjnkfknpmpgeikcfppcij |
คำอธิบาย | Improves readability and useability of UCLA degree audit. |
ขนาดไฟล์ | 106 KB |
จำนวนการติดตั้ง | 167 |
เวอร์ชันปัจจุบัน | 0.1.0 |
อัปเดตครั้งล่าสุด | 2021-04-02 |
วันที่เผยแพร่ | 2021-03-31 |
ผู้พัฒนา | hmccormick |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/haydenmccormick/UCLA-audit-plus |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "UCLA Audit+", "version": "0.1.0", "description": "Improves readability and useability of UCLA degree audit.", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "css": [ "default.css" ], "js": [ "jquery-3.6.0.js", "content.js" ], "matches": [ "https:\/\/dars.ucla.edu\/selfservice\/audit\/*" ] } ] } |