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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
*** 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 } |