UMD Professor Ratings
This extension displays professor ratings next to the classes they are teaching.
Wat is UMD Professor Ratings?
UMD Professor Ratings is een Chrome-extensie ontwikkeld door Matthew Foulk, en de belangrijkste functie is "This extension displays professor ratings next to the classes they are teaching.".
Extensie Screenshots
Download het CRX-bestand van de extensie UMD Professor Ratings
Download UMD Professor Ratings-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
View professor ratings alongside their class offerings for the University of Maryland schedule of classes.
Basisinformatie over de Extensie
Naam | UMD Professor Ratings |
ID | fgfodddkancncjeipifhldbceifkomhi |
Officiële URL | https://chromewebstore.google.com/detail/umd-professor-ratings/fgfodddkancncjeipifhldbceifkomhi |
Beschrijving | This extension displays professor ratings next to the classes they are teaching. |
Bestandsgrootte | 1.88 MB |
Aantal Installaties | 288 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2023-01-12 |
Publicatiedatum | 2020-12-12 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Matthew Foulk |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |