Webreg Course Info Extension
Displays information about professors and expected workload in webreg.
Hvad er Webreg Course Info Extension?
Webreg Course Info Extension er en Chrome-udvidelse udviklet af thepot8totheory, og dens hovedfunktion er "Displays information about professors and expected workload in webreg.".
Udvidelsesskærmbilleder
Download Webreg Course Info Extension-udvidelses-CRX-fil
Download Webreg Course Info Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Easily check the ratings of your professors and courses on WebReg with this extension
Grundlæggende oplysninger om udvidelsen
Navn | Webreg Course Info Extension |
ID | oicloanloffjnombnhhmplbienojjepd |
Officiel URL | https://chromewebstore.google.com/detail/webreg-course-info-extens/oicloanloffjnombnhhmplbienojjepd |
Beskrivelse | Displays information about professors and expected workload in webreg. |
Filstørrelse | 616 KB |
Antal Installationer | 166 |
Nuværende Version | 1.1 |
Senest Opdateret | 2023-11-06 |
Udgivelsesdato | 2023-09-20 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | thepot8totheory |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://www.freeprivacypolicy.com/live/2254530c-a605-462c-a2ba-9fcc2bdf2951 |
Understøttede Sprog | 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\/*" ] } ] } |