SBU ScheduleBuilder Enhancements
View professors' difficulty and quality ratings on Schedule Builder
Co je SBU ScheduleBuilder Enhancements?
SBU ScheduleBuilder Enhancements je rozšíření Chrome vyvinuté bmoses1124, a jeho hlavní funkcí je „View professors' difficulty and quality ratings on Schedule Builder“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření SBU ScheduleBuilder Enhancements
Stáhněte si soubory rozšíření SBU ScheduleBuilder Enhancements ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
*** 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?
Základní Informace o Rozšíření
Název | |
ID | aimdogcdagfchdddcdkljpmdmiciflkh |
Oficiální URL | https://chromewebstore.google.com/detail/sbu-schedulebuilder-enhan/aimdogcdagfchdddcdkljpmdmiciflkh |
Popis | View professors' difficulty and quality ratings on Schedule Builder |
Velikost souboru | 6.9 KB |
Počet instalací | 174 |
Aktuální Verze | 0.6 |
Poslední Aktualizace | 2023-10-23 |
Datum Vydání | 2021-10-27 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | bmoses1124 |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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 } |