Description from extension meta
Chrome extension providing AI-driven prompt enhancement.
Image from store
Description from store
This Chrome extension enhances user interactions on ChatGPT by generating optimized system prompts using the OpenAI API. It allows users to:
Select a predefined system prompt (e.g., “Summarizer”, “Bug Fixer”, etc.)
Automatically extract user input from the current ChatGPT page
Send the extracted input and selected system prompt to OpenAI’s GPT-4 Turbo model
Receive and display an AI-enhanced prompt response in the popup UI
Copy the generated prompt back into the ChatGPT input box with a single click
The extension leverages:
chrome.scripting to inject scripts into the active tab
chrome.storage.sync to securely store and retrieve the user’s OpenAI API key
Asynchronous fetch requests to communicate with OpenAI’s chat/completions endpoint
A simple popup interface to improve UX and interaction with AI tools
This tool streamlines prompt creation and boosts productivity for developers, researchers, and content creators using ChatGPT.