With the extension installed, simply navigate to a assessing page and open a code source file like you would with any other submission material.
To build the extension yourself. First clone and navigate to the repository, then:
- PNPM (prefered)
pnpm i && pnpm build - NPM
npm i && npm run build
First build or download the artifact of the extension.
This extension is not available on the chrome store. Being so specialised, I did not see the purpose of releasing it so publically. If there is demand for it, please let me know as I understand it can be a pain in the butt on Edge.
- Go to chrome://extensions
- In the top right, make sure Developer Mode is enabled
- If using your own build: On the top left press the
Load Unpackedand select the generateddist/ - If using an artifact or release: Drag the .zip file onto this page.
Edge will nag you about developer extensions, i do applogise.
- Go to edge://extensions
- In the left navigation panel, enable developer mode
- If using your own build: On the top right press the
Load Unpackedand select the generateddist/ - If using an artifact or release: Drag the .zip file onto this page.
If you like to make a suggestion, please feel free to open an issue! I am all open for improving this project and making it better for everyone. Please be patient however, this project is entirely done for my personal use. If you must have a feature, consider implementing it yourself and doing a pull request 😊
All code contributed will be licensed under MIT and will be as-is.