https://github.com/jonathanbertholet/promptmanager
Open Source Prompt Manager for ChatGPT, Supports 19 LLMs & some cool features!
https://github.com/jonathanbertholet/promptmanager
chatgpt chrome-extension copilot deepseek gemini github-copilot grok lmarena openai openrouter openrouterai prompt-engineering prompt-toolkit prompting
Last synced: 2 days ago
JSON representation
Open Source Prompt Manager for ChatGPT, Supports 19 LLMs & some cool features!
- Host: GitHub
- URL: https://github.com/jonathanbertholet/promptmanager
- Owner: jonathanbertholet
- Created: 2024-09-13T11:09:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-23T22:49:16.000Z (about 1 month ago)
- Last Synced: 2026-04-24T00:27:52.359Z (about 1 month ago)
- Topics: chatgpt, chrome-extension, copilot, deepseek, gemini, github-copilot, grok, lmarena, openai, openrouter, openrouterai, prompt-engineering, prompt-toolkit, prompting
- Language: JavaScript
- Homepage: https://chromewebstore.google.com/detail/open-prompt-manager/gmhaghdbihgenofhnmdbglbkbplolain?hl=en-GB&authuser=0
- Size: 69.1 MB
- Stars: 80
- Watchers: 5
- Forks: 23
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Open Prompt Manager
A lightweight Chrome extension for managing prompts across multiple AI chatbots including ChatGPT, Claude, Gemini, NotebookLM, Deepseek,Copilot, Grok, and Poe.
## Features
- 🚀 Save, edit and organize your favorite prompts
- Advanced organization using tags
- 🔍 Quick search functionality & keyboard navigation
- 💾 Import/Export prompts for sharing
- 🌓 Supports both light and dark modes
- 🔄 Variable support with `#variable#` syntax
- 🎯 Works with multiple AI platforms:
| ChatGPT | Claude | Google Gemini |
|------------|------------|---------------|
| NotebookLM | Deepseek | Copilot |
| Grok | Poe | Qwen |
| Perplexity | Kimi | Mistral |
| Abacus | OpenRouter | |
## Installation
1. Install from the [Chrome Web Store](https://chromewebstore.google.com/detail/open-prompt-manager/gmhaghdbihgenofhnmdbglbkbplolain)
2. Use permissions to grant access to the LLMs you want.
### Keyboard Shortcuts
- **⌘ + Shift + P** (Mac) or **Ctrl + M** (Windows/Linux): Open/close prompt list
- **↑/↓**: Navigate through prompts
- **Enter**: Select a prompt
- **Esc**: Close the prompt manager
## Testing
This project includes automated tests using **Puppeteer** and **Jest**. For more advanced testing, refer to the [Puppeteer API documentation](https://pptr.dev/).
For detailed instructions on how to run and debug tests, see the [Testing Guide](TESTING.md).
## Privacy
- All prompts are stored locally in your browser
- No data is sent to external servers
- Your prompts are saved in local storage for maximum capacity
## License
This project is open source and available under the MIT License.
## Attributions
### Contributing members :
- Thanks to Hexodus for identifying a bug & helping me resolve it
- Thanks to Abdallahheidar for his ideas, contributions, and teamwork on this project!
- Thanks to HideMaru for the nice icon!