Better CourseBook - UT Dallas
Makes the CourseBook better!
Better CourseBook - UT Dallas là gì?
Better CourseBook - UT Dallas là một tiện ích mở rộng Chrome được phát triển bởi saitanayd, và tính năng chính của nó là "Makes the CourseBook better!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Better CourseBook - UT Dallas
Tải xuống các tệp mở rộng Better CourseBook - UT Dallas dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Better CourseBook - UT Dallas |
ID | bjkondedbcbdebddkimflhiehecncoaf |
URL Chính Thức | https://chromewebstore.google.com/detail/better-coursebook-ut-dall/bjkondedbcbdebddkimflhiehecncoaf |
Mô tả | Makes the CourseBook better! |
Kích Thước Tệp | 29.97 KB |
Số Lần Cài Đặt | 49 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2019-10-31 |
Ngày Phát Hành | 2019-10-31 |
Nhà Phát Triển | saitanayd |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |