Webreg Course Info Extension
Displays information about professors and expected workload in webreg.
ما هو Webreg Course Info Extension؟
Webreg Course Info Extension هو إضافة Chrome تم تطويرها بواسطة thepot8totheory، والميزة الرئيسية لها هي "Displays information about professors and expected workload in webreg.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Webreg Course Info Extension
قم بتنزيل ملفات الامتداد Webreg Course Info Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Easily check the ratings of your professors and courses on WebReg with this extension
معلومات أساسية عن التمديد
الاسم | Webreg Course Info Extension |
ID | oicloanloffjnombnhhmplbienojjepd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/webreg-course-info-extens/oicloanloffjnombnhhmplbienojjepd |
الوصف | Displays information about professors and expected workload in webreg. |
حجم الملف | 616 KB |
عدد التثبيتات | 166 |
النسخة الحالية | 1.1 |
آخر تحديث | 2023-11-06 |
تاريخ النشر | 2023-09-20 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | thepot8totheory |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://www.freeprivacypolicy.com/live/2254530c-a605-462c-a2ba-9fcc2bdf2951 |
اللغات المدعومة | 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\/*" ] } ] } |