Webreg Course Info Extension
Displays information about professors and expected workload in webreg.
Was ist Webreg Course Info Extension?
Webreg Course Info Extension ist eine Chrome-Erweiterung, die von thepot8totheory entwickelt wurde, und ihr Hauptmerkmal ist "Displays information about professors and expected workload in webreg.".
Erweiterungsscreenshots
Webreg Course Info Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Webreg Course Info Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Easily check the ratings of your professors and courses on WebReg with this extension
Grundlegende Informationen zur Erweiterung
Name | Webreg Course Info Extension |
ID | oicloanloffjnombnhhmplbienojjepd |
Offizielle URL | https://chromewebstore.google.com/detail/webreg-course-info-extens/oicloanloffjnombnhhmplbienojjepd |
Beschreibung | Displays information about professors and expected workload in webreg. |
Dateigröße | 616 KB |
Installationsanzahl | 166 |
Aktuelle Version | 1.1 |
Letztes Update | 2023-11-06 |
Veröffentlichungsdatum | 2023-09-20 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | thepot8totheory |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://www.freeprivacypolicy.com/live/2254530c-a605-462c-a2ba-9fcc2bdf2951 |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Webreg Course Info Extension", "version": "1.1", "icons": { "128": "UCSD128.png" }, "description": "Displays information about professors and expected workload in webreg.", "content_scripts": [ { "matches": [ "https:\/\/act.ucsd.edu\/webreg2\/*" ], "css": [ "Data_Visual.css" ], "js": [ "Prof-Info.js" ] } ], "web_accessible_resources": [ { "resources": [ "capes_data.csv", "rmp_data_without_empty_lines.csv" ], "matches": [ "https:\/\/act.ucsd.edu\/*" ] } ] } |