UMD Schedule of Classes Professor Rating
This extension will add professor ratings to each section in the UMD Schedule of Classes.
Apa itu UMD Schedule of Classes Professor Rating?
UMD Schedule of Classes Professor Rating adalah ekstensi Chrome yang dikembangkan oleh a.mccourt60, dan fitur utamanya adalah "This extension will add professor ratings to each section in the UMD Schedule of Classes.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi UMD Schedule of Classes Professor Rating
Unduh file ekstensi UMD Schedule of Classes Professor Rating 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
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.
Informasi Dasar Ekstensi
Nama | UMD Schedule of Classes Professor Rating |
ID | jghbeiknpbpkicbeckkkdpalgdaeehmd |
URL Resmi | https://chromewebstore.google.com/detail/umd-schedule-of-classes-p/jghbeiknpbpkicbeckkkdpalgdaeehmd |
Deskripsi | This extension will add professor ratings to each section in the UMD Schedule of Classes. |
Ukuran File | 1.16 MB |
Jumlah Instalasi | 41 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2017-12-11 |
Tanggal Publikasi | 2017-12-10 |
Pengembang | a.mccourt60 |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://amccourt.github.io/ |
Bahasa yang Didukung | 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" ] } ] } |