The Chrome extension acts as the primary method of usage for the end-user.
The extension supports automatic article detection, running scans every time it detects the user has visited an article.
The extension offers intuitive feedback on claims that the article makes. The extension provides feedback for each claim and a list of sources for the reader to further verify on their own.
To build the extension yourself, simply run
npm install
npm run build
This will create the extension in a ./build
directory with a manifest.json
file. You can now load the extension from Chrome Extension by enabling Developer Mode.