This is a browser extension inspired by the hover-to-summarize-link features of some browsers. To use it, hover the cursor over a link and press shift
.
It grabs the title, publisher-provided summary, and cover image using HTML tags on the targeted page, and it can send a user-configurable amount of the page content to an OpenAI endpoint for further summary (pending configuration of an API key in the settings).
This extension is developed using Plasmo, a framework for building browser extensions. To build this extension, you need to have Node.js and pnpm installed on your machine. Then, you can run the following command to build the extension:
pnpm install && pnpm build
This will create a ./build
folder containing builds for Chrome and Firefox.