SBU ScheduleBuilder Enhancements
View professors' difficulty and quality ratings on Schedule Builder
SBU ScheduleBuilder Enhancements क्या है?
SBU ScheduleBuilder Enhancements bmoses1124 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View professors' difficulty and quality ratings on Schedule Builder"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SBU ScheduleBuilder Enhancements एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } |