An extension that displays information from Rate My Professors for teachers using tooltips in UBC's course explorer.
This extension uses the Rate My Professors' GraphQL API.
Supported schools:
- University of British Columbia (Vancouver & Okanagan)
NOTE: Search is performed on the teacher's last name.
Built with Tippy.js
https://chrome.google.com/webstore/detail/profcheck/iejcdmcgelpioejdpeoifnaemneihagc
This project now uses Typescript and webpack. Clone this repository and install the required dependencies:
$ npm install
Then compile with webpack:
$ npm run build
The compiled extension will be in the dist folder.
Enable Developer Mode on Chrome Extensions page and click Load Unpacked and select the dist folder.