Webreg Course Info Extension
Displays information about professors and expected workload in webreg.
Apa itu Webreg Course Info Extension?
Webreg Course Info Extension adalah ekstensi Chrome yang dikembangkan oleh thepot8totheory, dan fitur utamanya adalah "Displays information about professors and expected workload in webreg.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Webreg Course Info Extension
Unduh file ekstensi Webreg Course Info Extension 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
Easily check the ratings of your professors and courses on WebReg with this extension
Informasi Dasar Ekstensi
Nama | Webreg Course Info Extension |
ID | oicloanloffjnombnhhmplbienojjepd |
URL Resmi | https://chromewebstore.google.com/detail/webreg-course-info-extens/oicloanloffjnombnhhmplbienojjepd |
Deskripsi | Displays information about professors and expected workload in webreg. |
Ukuran File | 616 KB |
Jumlah Instalasi | 166 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2023-11-06 |
Tanggal Publikasi | 2023-09-20 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | thepot8totheory |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://www.freeprivacypolicy.com/live/2254530c-a605-462c-a2ba-9fcc2bdf2951 |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Webreg Course Info Extension", "version": "1.1", "icons": { "128": "UCSD128.png" }, "description": "Displays information about professors and expected workload in webreg.", "content_scripts": [ { "matches": [ "https:\/\/act.ucsd.edu\/webreg2\/*" ], "css": [ "Data_Visual.css" ], "js": [ "Prof-Info.js" ] } ], "web_accessible_resources": [ { "resources": [ "capes_data.csv", "rmp_data_without_empty_lines.csv" ], "matches": [ "https:\/\/act.ucsd.edu\/*" ] } ] } |