Webreg Course Info Extension
Displays information about professors and expected workload in webreg.
Wat is Webreg Course Info Extension?
Webreg Course Info Extension is een Chrome-extensie ontwikkeld door thepot8totheory, en de belangrijkste functie is "Displays information about professors and expected workload in webreg.".
Extensie Screenshots
Download het CRX-bestand van de extensie Webreg Course Info Extension
Download Webreg Course Info Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Easily check the ratings of your professors and courses on WebReg with this extension
Basisinformatie over de Extensie
Naam | Webreg Course Info Extension |
ID | oicloanloffjnombnhhmplbienojjepd |
Officiële URL | https://chromewebstore.google.com/detail/webreg-course-info-extens/oicloanloffjnombnhhmplbienojjepd |
Beschrijving | Displays information about professors and expected workload in webreg. |
Bestandsgrootte | 616 KB |
Aantal Installaties | 166 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2023-11-06 |
Publicatiedatum | 2023-09-20 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | thepot8totheory |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.freeprivacypolicy.com/live/2254530c-a605-462c-a2ba-9fcc2bdf2951 |
Ondersteunde Talen | 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\/*" ] } ] } |