Save Me A Click is a Chrome extension that provides a summary of a webpage when right-clicking on a link. It displays a popup with a title, body, and summary without needing to open the page.
Get it on the chrome web store
- Right-click context menu item to fetch summary
- Displays an overlay with the fetched summary
- Overlay can be closed by clicking outside the popup
Current supported social media websites:
- Youtube
The complete setup is a two-step process.
- Install the extension to your browser
- Obtain an OpenAI API key to make it work
If you prefer a youtube tutorial, click here
There are three ways to install the extension.
- head to the chrome web store and click "add extension"
- Install from the pre-built extension zip file from our latest release
- Clone the repo and build locally from source
To install, simply head to the chrome store and click "Add extension"
- Download the pre-built extension zip file from our latest release
- Unzip the file in the directory you want your chrome extension
- Open Google Chrome and navigate to
chrome://extensions/
. - Enable "Developer mode" by toggling the switch in the top right corner.
- Click the "Load unpacked" button and select the directory containing the extension files.
- Make sure you have npm installed. If not, install npm
- clone repo
- run
npm i
- run
npx webpack
- Open Google Chrome and navigate to
chrome://extensions/
. - Enable "Developer mode" by toggling the switch in the top right corner.
- Click the "Load unpacked" button and select the directory containing the extension files.
The extension should now be installed and active in your Chrome browser.
In order for the extension to work, you need to set an OpenAI API key.
To set the API key simply click the chrome extension icon and paste in the key in the field.
- Create an account at https://openai.com/
- Register your account as a paid account https://platform.openai.com/account/billing/overview (free trial does not work)
- Create a new API key at https://platform.openai.com/account/api-keys (copy it and save it somewhere) This currently only works for paid accounts (ass opposed to free-trial accounts)
For your own usage, save me a click should be very cheap in terms of api costs. You can try setting a hard limit of costs here: https://platform.openai.com/account/billing/limits