Better AI prompts + chat with any webpage. One Chrome extension.
Only works on Chrome btw (uses Chrome's built-in AI).
Imprompt does two things:
- Makes your ChatGPT/Claude/Gemini prompts way better with one click
- Lets you ask questions about any webpage you're on
Adds an "Enhance" button to ChatGPT, Claude, and Gemini. Click it, your prompt gets better. That's it.
Example:
- You type: "Write a poem"
- Imprompt makes it: "Write a short free-verse poem inspired by starlight and loneliness"
Open the side panel, ask questions about whatever page you're on:
- "What's the main point here?"
- "Summarize this in 3 bullets"
- "Turn this into a tweet"
No tab switching needed.
- Prompt Enhancer – Rewrites your prompts so AI gives you better answers
- Site Analyzer Panel – Have a conversation with any webpage
- Smart Suggestions – Get real-time tips to make your prompts clearer
- Context Memory – Remembers your last question so you can keep the conversation going
- Works Everywhere – ChatGPT, Claude, and Gemini all supported
- Privacy First – Everything runs locally on your computer—no servers, no tracking, zero data collection
- Go to https://github.com/avalynndev/imprompt/releases and grab
chrome-mv3-prod.zipfrom the latest release - Unzip it somewhere on your computer
- Open Chrome and type
chrome://extensions/in the address bar - Turn on Developer mode (there's a toggle in the top right)
- Click Load unpacked and choose the folder you just unzipped
If you're into that sort of thing:
git clone https://github.com/avalynndev/imprompt.git
cd imprompt
bun i
bun run buildThen follow steps 3-5 from above.
We're working on getting it listed in the Chrome Web Store so you can install it with one click. Stay tuned!
- Head to ChatGPT, Claude, or Gemini
- Start typing your prompt
- Click the Imprompt button that appears in the input box
- Check out the enhanced version (you can still edit it if you want)
- Hit send and enjoy the better response!
- Click the Imprompt icon in your Chrome toolbar
- Hit the Analyze Page button
- The side panel slides open
- Ask away! The AI will answer based on what's on the current page
- React + Plasmo for the extension framework
- TypeScript for all the logic and scripts
- Shadcn + Tailwind CSS to make it look clean and modern
- Chrome Manifest V3 because that's what Chrome wants these days
| Permission | Why we need it |
|---|---|
activeTab, tabs, scripting |
So we can read and interact with the webpage you're looking at |
storage |
To save your preferences and settings on your computer |
sidePanel |
To show you the chat interface in your browser |
- Add speech-to-text so you can just talk instead of type
- Make it work with Perplexity, Copilot, and other AI tools
This project is licensed under the MIT License. Check out the LICENSE file if you want the details.
Found a bug? Have an idea? Feel free to open an issue or contribute on GitHub!