A browser extension that lets you ask questions about any webpage using AI.
- Read and analyze any webpage
- Ask questions about page content
- Find buttons and interactive elements
- Show page sections and structure
- Keyboard shortcut:
Ctrl+Shift+Y(Windows/Linux) orCmd+Shift+Y(Mac)
-
Get an OpenAI API key from https://platform.openai.com/api-keys
-
Load the extension:
- Chrome: Go to
chrome://extensions/ - Enable "Developer mode"
- Click "Load unpacked"
- Select this folder
- Chrome: Go to
-
Configure API key:
- Right-click extension icon → Options
- Enter your OpenAI API key
- Click Save
-
Create placeholder icons (or use your own):
- Create
icon16.png,icon48.png,icon128.png - Or generate them online
- Create
- Press
Ctrl+Shift+Yto open the assistant - Ask questions about the current page
- Use quick actions for common tasks
- Press
Escto close
- Change keyboard shortcut in
manifest.json - Swap AI provider in
popup.js(currently uses OpenAI) - Modify styling in
popup.css - Adjust content extraction in
content.js
- Requires an OpenAI API key (costs apply)
- Page content is limited to 3000 characters
- Works on most websites (some may block content scripts)