Save up on time while filling out long and repetitive CFP forms. You deserve better!
The features include:
You can grab the latest published version from the Chrome Web Store.
This should work for any Chromium-based browser, including Brave, Arc, Vivaldi, etc.
If you're willing to modify and build it yourself, see below.
Start with installing the dependencies:
npm i
For development, you can run the following command to start a live-reload server:
npm run dev
To build the extension, run:
npm run build
Either way, the output will be in the dist
folder. You can load an unpacked extension into your browser following these instructions.
Typescript and Svete are used for development. Bear in mind this is my first time using Svelte so expect the code to not be "idiomatic". You're more than welcome to contribute and make it better!
The extension relies on background scripts to communicate with the content script.