A browser extension that enhances prompts.chat with additional features and improvements. This extension is built on top of the amazing Awesome ChatGPT Prompts collection by Fatih Kadir Akın.
- ⚡️ One-Click Run: Instantly run prompts on ChatGPT, Claude, Gemini, GitHub Copilot, and more
- 🔍 Smart Filtering: Filter by category, tags, and prompt type (Text, Image, Audio, Video)
- 📝 Variable Customization: Edit prompt variables and preview changes in real-time
- 📌 Side Panel Mode: Keep prompts visible while you browse
- 🌓 Dark/Light Mode: Easy on the eyes, day or night
- 🎨 Syntax Highlighting: Beautiful JSON/YAML preview for structured prompts
- 📋 Quick Copy: One-click copy to clipboard
You can also download the latest version from our GitHub Releases
- Clone this repository
- Follow the Development steps to build the extension
- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode" in the top right corner
- Click "Load unpacked" and select the
.output/chrome-mv3directory
- Clone this repository
- Run
yarn install && yarn build:firefox - Open Firefox and navigate to
about:debugging#/runtime/this-firefox - Click "Load Temporary Add-on" and select any file in the
.output/firefox-mv2directory
# Install dependencies
yarn install
# Start development server
yarn dev
# Build for production
yarn buildThis extension uses anonymous analytics to understand feature usage and improve the experience. We track:
- Which features are used (prompt views, copies, runs)
- Which AI platforms are popular
- No personal information or prompt content is ever collected
Read our full Privacy Policy for more details.
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
This project uses semantic-release for automated versioning and releases. When PRs are merged to main:
- Version is automatically determined from commit messages
- CHANGELOG.md is automatically updated
- GitHub Release is created
- Extension is published to Chrome Web Store and Firefox Add-ons
Check our releases page for the latest versions.
Want to add a new prompt? Submit it directly on prompts.chat and it will automatically become available in this extension.
This extension is built on top of the Awesome ChatGPT Prompts collection. We are grateful to Fatih Kadir Akın and all the contributors of the original repository for creating and maintaining such a valuable resource.
This project is licensed under the MIT License - see the LICENSE file for details.
- Extension by Fatih Solhan
- Original prompts.chat by Fatih Kadir Akın
