TetraTsunami / linklooker

Previews links using ChatGPT when you hover over them
3 stars 0 forks source link

LinkLooker

Chrome Web Store badge Firefox Add-Ons badge

What is it?

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).

chrome_9RspIFOUo1

How can I build it?

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.