Better CourseBook - UT Dallas
Makes the CourseBook better!
ما هو Better CourseBook - UT Dallas؟
Better CourseBook - UT Dallas هو إضافة Chrome تم تطويرها بواسطة saitanayd، والميزة الرئيسية لها هي "Makes the CourseBook better!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Better CourseBook - UT Dallas
قم بتنزيل ملفات الامتداد Better CourseBook - UT Dallas بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Adds RateMyProfessor and UTD grades tabs to UT Dallas CourseBook search results. RMP tab loads an in-frame RMP search page for the professor of the chosen class. The UTD Grades tab loads the grade distribution for the chosen class if it is available. Otherwise, a search for that class is loaded. معلومات أساسية عن التمديد
| الاسم | |
| ID | bjkondedbcbdebddkimflhiehecncoaf |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/better-coursebook-ut-dall/bjkondedbcbdebddkimflhiehecncoaf |
| الوصف | Makes the CourseBook better! |
| حجم الملف | 29.97 KB |
| عدد التثبيتات | 49 |
| النسخة الحالية | 1.0.0 |
| آخر تحديث | 2019-10-31 |
| تاريخ النشر | 2019-10-31 |
| المطور | saitanayd |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Better CourseBook - UT Dallas",
"version": "1.0.0",
"description": "Makes the CourseBook better!",
"manifest_version": 2,
"author": "Sai Tanay Desaraju",
"web_accessible_resources": [
"scripts\/script.js"
],
"permissions": [
"https:\/\/coursebook.utdallas.edu\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/coursebook.utdallas.edu\/*"
],
"js": [
"scripts\/content.js"
],
"css": [
"styles\/bootstrap.min.css"
],
"run_at": "document_idle"
}
]
} | |