UMD Professor Ratings
This extension displays professor ratings next to the classes they are teaching.
Cos'è UMD Professor Ratings?
UMD Professor Ratings è un'estensione di Chrome sviluppata da Matthew Foulk, e la sua funzione principale è "This extension displays professor ratings next to the classes they are teaching.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione UMD Professor Ratings
Scarica i file di estensione UMD Professor Ratings in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
View professor ratings alongside their class offerings for the University of Maryland schedule of classes.
Informazioni di Base sull'Estensione
Nome | UMD Professor Ratings |
ID | fgfodddkancncjeipifhldbceifkomhi |
URL Ufficiale | https://chromewebstore.google.com/detail/umd-professor-ratings/fgfodddkancncjeipifhldbceifkomhi |
Descrizione | This extension displays professor ratings next to the classes they are teaching. |
Dimensione del File | 1.88 MB |
Conteggio Installazioni | 288 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2023-01-12 |
Data di Pubblicazione | 2020-12-12 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Matthew Foulk |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |