UMD Professor Ratings
This extension displays professor ratings next to the classes they are teaching.
What is UMD Professor Ratings?
UMD Professor Ratings is a Chrome extension developed by Matthew Foulk, and its main feature is "This extension displays professor ratings next to the classes they are teaching.".
Extension Screenshots
Download UMD Professor Ratings Extension CRX File
Download UMD Professor Ratings extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
View professor ratings alongside their class offerings for the University of Maryland schedule of classes.
Extension Basic Information
Name | UMD Professor Ratings |
ID | fgfodddkancncjeipifhldbceifkomhi |
Official URL | https://chromewebstore.google.com/detail/umd-professor-ratings/fgfodddkancncjeipifhldbceifkomhi |
Description | This extension displays professor ratings next to the classes they are teaching. |
File Size | 1.88 MB |
Installation Count | 288 |
Current Version | 1.0.1 |
Last Updated | 2023-01-12 |
Publish Date | 2020-12-12 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Matthew Foulk |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "UMD Professor Ratings", "description": "This extension displays professor ratings next to the classes they are teaching.", "version": "1.0.1", "content_scripts": [ { "matches": [ "https:\/\/app.testudo.umd.edu\/soc\/*" ], "js": [ "jquery.js", "content.js" ] } ], "web_accessible_resources": [ { "resources": [ "\/images\/*" ], "matches": [ "https:\/\/app.testudo.umd.edu\/*" ], "extension_ids": [] } ], "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png" } } |