SBU ScheduleBuilder Enhancements
View professors' difficulty and quality ratings on Schedule Builder
Co to jest SBU ScheduleBuilder Enhancements?
SBU ScheduleBuilder Enhancements to rozszerzenie Chrome opracowane przez bmoses1124, a jego główną funkcją jest „View professors' difficulty and quality ratings on Schedule Builder”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SBU ScheduleBuilder Enhancements
Pobierz pliki rozszerzeń SBU ScheduleBuilder Enhancements w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
*** 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?
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | aimdogcdagfchdddcdkljpmdmiciflkh |
Oficjalny URL | https://chromewebstore.google.com/detail/sbu-schedulebuilder-enhan/aimdogcdagfchdddcdkljpmdmiciflkh |
Opis | View professors' difficulty and quality ratings on Schedule Builder |
Rozmiar pliku | 6.9 KB |
Liczba instalacji | 174 |
Aktualna Wersja | 0.6 |
Ostatnia Aktualizacja | 2023-10-23 |
Data Publikacji | 2021-10-27 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | bmoses1124 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } |