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 Prompt Insertion: Instantly add prompts to your current chat or start a new conversation
- 🤖 Multi-Platform Support: Works with ChatGPT, Claude, GitHub Copilot, Google Gemini, Perplexity, and Mistral
- 🔍 Enhanced search capabilities
- 🌓 Dark/Light mode support
- 📋 Quick copy functionality
- 🎨 Modern and clean UI
- ⚡️ Performance optimizations
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
dist
directory created by the build process
# Install dependencies
yarn install
# Start development server
yarn dev
# Build for production
yarn build
This extension does not collect any personal information. 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
Check our releases page for the latest versions.
If you'd like to add new prompts, please submit them to the original repository. Once merged, they 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