UMD Schedule of Classes Professor Rating
This extension will add professor ratings to each section in the UMD Schedule of Classes.
Hvad er UMD Schedule of Classes Professor Rating?
UMD Schedule of Classes Professor Rating er en Chrome-udvidelse udviklet af a.mccourt60, og dens hovedfunktion er "This extension will add professor ratings to each section in the UMD Schedule of Classes.".
Udvidelsesskærmbilleder
Download UMD Schedule of Classes Professor Rating-udvidelses-CRX-fil
Download UMD Schedule of Classes Professor Rating-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
This extension is a personal side project to practice JQuery and Javascript. This extension adds ratings to the UMD Schedule of Classes on Testudo for each professor. This will allow students to choose which sections they would like to register for without having to open new browser tabs to check professor ratings.
Grundlæggende oplysninger om udvidelsen
Navn | UMD Schedule of Classes Professor Rating |
ID | jghbeiknpbpkicbeckkkdpalgdaeehmd |
Officiel URL | https://chromewebstore.google.com/detail/umd-schedule-of-classes-p/jghbeiknpbpkicbeckkkdpalgdaeehmd |
Beskrivelse | This extension will add professor ratings to each section in the UMD Schedule of Classes. |
Filstørrelse | 1.16 MB |
Antal Installationer | 41 |
Nuværende Version | 1.1 |
Senest Opdateret | 2017-12-11 |
Udgivelsesdato | 2017-12-10 |
Udvikler | a.mccourt60 |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://amccourt.github.io/ |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UMD Schedule of Classes Professor Rating", "description": "This extension will add professor ratings to each section in the UMD Schedule of Classes.", "version": "1.1", "browser_action": { "default_icon": "img\/testudo.png", "default_title": "UMD Professor Rating" }, "permissions": [ "activeTab", "https:\/\/search.mtvnservices.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/ntst.umd.edu\/soc\/*" ], "js": [ "jquery-3.2.1.min.js", "content-script.js" ] } ] } |