Better CourseBook - UT Dallas
Makes the CourseBook better!
What is Better CourseBook - UT Dallas?
Better CourseBook - UT Dallas is a Chrome extension developed by saitanayd, and its main feature is "Makes the CourseBook better!".
Extension Screenshots
Download Better CourseBook - UT Dallas Extension CRX File
Download Better CourseBook - UT Dallas extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Better CourseBook - UT Dallas |
ID | bjkondedbcbdebddkimflhiehecncoaf |
Official URL | https://chromewebstore.google.com/detail/better-coursebook-ut-dall/bjkondedbcbdebddkimflhiehecncoaf |
Description | Makes the CourseBook better! |
File Size | 29.97 KB |
Installation Count | 49 |
Current Version | 1.0.0 |
Last Updated | 2019-10-31 |
Publish Date | 2019-10-31 |
Developer | saitanayd |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } ] } |