Chrome Extension that integrates Rate My Professor into BroncoDirect
Make sure you have Node.js and npm installed.
To install package dependencies, run the following command:
npm install
To build the extension, run the following command:
npm run build
The extension will be in the dist directory.
-
Open Chrome and navigate to chrome://extensions/
-
Enable "Developer mode" (toggle at the top right)
-
Click on "Load unpacked" and select the dist directory
-
The extension should now be loaded and ready for use
- Any change or new commit to the source code requires a freshly generated dist directory
- To create an updated dist directory, simply repeat the
#Buildingand#Loading The Extension Into Chromesteps:- Run the command:
npm run buildto generate the new dist - Reload the extension into chrome:
"Load unpacked"at chrome://extensions/, selecting the newly generated dist
- Run the command:
- Your updated dist should now be loaded into chrome