MadCourse
MadCourse is an extension to check course status for UW-Madison students
MadCourseคืออะไร?
MadCourse เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://shawnzhong.com และคุณลักษณะหลักของมันคือ "MadCourse is an extension to check course status for UW-Madison students"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MadCourse
ดาวน์โหลดไฟล์ส่วนขยาย MadCourse ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
MadCourse helps UW-Madison students to check the course status on a popup page. Simply search the course name in the search bar, and select the course you want to keep track of. Features include: * Get alarmed when there is a change in section status (e.g., closed to waitlisted) * Brief section status for each course in the list * The number of people on the waitlist for waitlisted section * The number of people currently enrolled for open section * Detailed section information when you clicked on the section title * Time, instructor, enrollment and waitlist status * Quickly search an instructor on RateMyProfessor.com * Quickly check the grade distributions and average GPAs on MadGrades.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | MadCourse |
ID | cijpakgnnndjbilnioofmgdededkdmpc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/madcourse/cijpakgnnndjbilnioofmgdededkdmpc |
คำอธิบาย | MadCourse is an extension to check course status for UW-Madison students |
ขนาดไฟล์ | 398 KB |
จำนวนการติดตั้ง | 45 |
เวอร์ชันปัจจุบัน | 2.6 |
อัปเดตครั้งล่าสุด | 2019-04-10 |
วันที่เผยแพร่ | 2019-04-10 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://shawnzhong.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://shawnzhong.com |
URL หน้าช่วยเหลือ | https://shawnzhong.com |
URL หน้านโยบายความเป็นส่วนตัว | https://shawnzhong.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MadCourse", "description": "MadCourse is an extension to check course status for UW-Madison students", "version": "2.6", "permissions": [ "notifications", "webRequest", "alarms", "storage", "https:\/\/enroll.wisc.edu\/*" ], "browser_action": { "default_title": "Open MadCourse", "default_icon": "icons\/icon128.png", "default_popup": "popup.html" }, "background": { "page": "background.html", "persistent": true }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2 } |