Web extension that fetches your Canvas grade and calculates the final exam score needed for your desired grade.
Download on the Chrome Web Store!
Install Node.js 20
Confirm installation by running node --version
in the command line.
To add to Google Chrome locally,
- Navigate to
chrome://extensions
in the browser - Enable developer mode
- Click
manage extensions
- Click
load unpacked
- Select the
dist
directory
Creates a production-ready version of your project.
Installs all packages listed in the package.json
file in the directory you are in.
Formats all code using Prettier.
In VS Code, you can install the plugin Prettier - Code formatter to format code automatically when saving a file.