UMD Professor Ratings
This extension displays professor ratings next to the classes they are teaching.
Apa itu UMD Professor Ratings?
UMD Professor Ratings adalah ekstensi Chrome yang dikembangkan oleh Matthew Foulk, dan fitur utamanya adalah "This extension displays professor ratings next to the classes they are teaching.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi UMD Professor Ratings
Unduh file ekstensi UMD Professor Ratings dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
View professor ratings alongside their class offerings for the University of Maryland schedule of classes.
Informasi Dasar Ekstensi
Nama | UMD Professor Ratings |
ID | fgfodddkancncjeipifhldbceifkomhi |
URL Resmi | https://chromewebstore.google.com/detail/umd-professor-ratings/fgfodddkancncjeipifhldbceifkomhi |
Deskripsi | This extension displays professor ratings next to the classes they are teaching. |
Ukuran File | 1.88 MB |
Jumlah Instalasi | 288 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2023-01-12 |
Tanggal Publikasi | 2020-12-12 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Matthew Foulk |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |