A chrome extension that lets you scrape, highlight/underline, and export articles you see online as debate cards. Inspired by Cardr.
Based on this template by @NekitCorp.
Evidencer.crx.chrome://extensions.Evidencer.crx on the page and click Add Extension.EvidencerUnpacked.zip, and unzip the file.chrome://extensions.Developer mode.Load unpacked button and select the unzipped EvidencerUnpacked folder.# download repo
git clone https://github.com/Ashwagandhae/evidencer.git
cd evidencer
# install dependencies
npm i
# build files to `/dist` folder
npm run build
chrome://extensions.Developer mode.Load unpacked button and select the dist folder.# download repo
git clone https://github.com/Ashwagandhae/evidencer.git
cd evidencer
# install dependencies
npm i
# build files to `/dist` directory
# vite.build.watch rebuilds when modules have changed on disk
npm run dev