Our Chrome extension allows you to process the content on a webpage and use it to:
- Find the most important sentences on the page
- Answer user search queries using the content on the page
- Summarize the text on the page in a few sentences
- 🆓 Extension is free to use, but you need to provide your OpenAI API key. You can get it from OpenAI Dashboard.
- 🔒 We don't store your API key, it's only used to make requests to OpenAI API.
- 🚫 Nothing is sent to our servers because we don't have any 😄.
How.to.generate.OpenAI.API.key.mp4
- Install the extension from the Chrome Web Store
- Generate a OpenAI key by visiting Open AI - API keys
- Insert your OpenAI key into the extension (we don't store your key!)
- Navigate to a webpage
- Click the extension icon
- Choose to either summarize the text or enter a search query on the page.
- When you visit a webpage with the extension installed and enabled, the extension will create an embedding for the complete page. This embedding is cached until you close the page.
- When you enter a search query, the extension creates an embedding for the search terms you are interested in.
- The extension calculates the cosine similarity between the full page embedding and the search embedding.
- If there is a relevant search term with 75% or more similarity, the extension will scroll the term into view and highlight it with a yellow background.
- When you visit a webpage with the extension installed and enabled, the extension will store the complete page text.
- When you click the summarize button, the extension will send the complete page text to the OpenAI API.
- The OpenAI API will return a summary of the page text.
- The extension will display the summary in a popup window.
We hope you find our extension helpful and welcome any feedback you may have. Thank you for using our extension!
- 🔒 We don't store your API key, it's only used to make requests to OpenAI API.
- 🚫 Nothing is sent to our servers because we don't have any 😀.