SBU ScheduleBuilder Enhancements
View professors' difficulty and quality ratings on Schedule Builder
SBU ScheduleBuilder Enhancementsคืออะไร?
SBU ScheduleBuilder Enhancements เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bmoses1124 และคุณลักษณะหลักของมันคือ "View professors' difficulty and quality ratings on Schedule Builder"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SBU ScheduleBuilder Enhancements
ดาวน์โหลดไฟล์ส่วนขยาย SBU ScheduleBuilder Enhancements ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
*** If you find any bugs, please email [email protected] ____________________________________________________________________________________________ Ever taken a class because it fit into your schedule well, not knowing that that teacher's going through a rough divorce and enjoys taking out his frustrations on his students? Or, ever signed up for a class before realizing the professor requires writing two reports on postmodern dance theory... for a Calc class? Well, not anymore! With SBU ScheduleBuilder Enhancements, you'll never be taken by surprise again. I mean, ever, like, for anything. Am I lying? Well, maybe, but the only way to find out is to download the extension right?
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | aimdogcdagfchdddcdkljpmdmiciflkh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sbu-schedulebuilder-enhan/aimdogcdagfchdddcdkljpmdmiciflkh |
คำอธิบาย | View professors' difficulty and quality ratings on Schedule Builder |
ขนาดไฟล์ | 6.9 KB |
จำนวนการติดตั้ง | 174 |
เวอร์ชันปัจจุบัน | 0.6 |
อัปเดตครั้งล่าสุด | 2023-10-23 |
วันที่เผยแพร่ | 2021-10-27 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | bmoses1124 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SBU ScheduleBuilder Enhancements", "version": "0.6", "description": "View professors' difficulty and quality ratings on Schedule Builder\n\n", "content_scripts": [ { "matches": [ "https:\/\/stonybrook.collegescheduler.com\/*" ], "js": [ "schedulebuilder.js" ], "all_frames": true, "run-at": "document_idle" } ], "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "manifest_version": 3 } |