An extension that enables you to prompt ChatGPT about the contents of the currently visited website.
Currently only Google Chrome, and Chromium-derived browsers, are supported.
From Build
- Download the latest version here.
- Extract the zip in a folder (remember that you won't be allowed to delete it).
- Open your Chromium browser and go to "chrome://extensions".
- Enable
Developer Mode
in the upper-right corner. - Select
Load unpacked
and select the folder where you extracted the contents of the zip. - Tada! 🎉 The extension should be up and running.
From Source
- Clone the repo on your machine.
- Execute
pnpm install
andpnpm build
. - Open your Chromium browser and go to "chrome://extensions".
- Enable
Developer Mode
in the upper-right corner. - Select
Load unpacked
and select thedist
folder generated by the build script. - Tada! 🎉 The extension should be up and running.