This Chrome extension aims to add functionality to RefAssist to make the application more intuitive to use.
- Download the latest release from the Releases page.
- Go to
chrome://extensions
in your browser and make sure that 'Developer mode' is enabled (top-right corner). - Click 'Load unpacked' and navigate to the folder you just downloaded.
- Clone the repository
git clone https://github.com/Martijn-van-Kekem-Development/better-refassist
- Run
npm install
to install the required dependencies. - Run
npm run build
to build all source files.