$git clone https://github.com/jonathanbertholet/promptmanagerA lightweight Chrome extension for managing prompts across multiple AI chatbots including ChatGPT, Claude, Gemini, NotebookLM, Deepseek,Copilot, Grok, and Poe.
| 1 | # Open Prompt Manager |
| 2 | |
| 3 | A lightweight Chrome extension for managing prompts across multiple AI chatbots including ChatGPT, Claude, Gemini, NotebookLM, Deepseek,Copilot, Grok, and Poe. |
| 4 | |
| 5 | ## Features |
| 6 | |
| 7 | - 🚀 Save and organize your favorite prompts |
| 8 | - 🔍 Quick search functionality with keyboard navigation |
| 9 | - 📝 Edit and delete prompts |
| 10 | - 💾 Import/Export prompts as JSON |
| 11 | - 🌓 Supports both light and dark modes |
| 12 | - 🔄 Variable support with `#variable#` syntax |
| 13 | - 🎯 Works with multiple AI platforms: |
| 14 | - ChatGPT |
| 15 | - Claude |
| 16 | - Google Gemini |
| 17 | - Google NotebookLM |
| 18 | - Deepseek |
| 19 | - Copilot |
| 20 | - Grok |
| 21 | - Poe |
| 22 | - Qwen |
| 23 | |
| 24 | ## Installation |
| 25 | |
| 26 | 1. Install from the [Chrome Web Store](https://chromewebstore.google.com/detail/simple-prompt-manager-cha/gmhaghdbihgenofhnmdbglbkbplolain) |
| 27 | 2. The extension icon will appear in your browser toolbar |
| 28 | 3. Click the icon to open the prompt manager |
| 29 | |
| 30 | ## Usage |
| 31 | |
| 32 | ### Managing Prompts |
| 33 | |
| 34 | 1. **Add a New Prompt** |
| 35 | |
| 36 | - Open the extension popup |
| 37 | - Enter a name and prompt content |
| 38 | - Click "Save prompt" |
| 39 | |
| 40 | 2. **Use a Saved Prompt** |
| 41 | |
| 42 | - Visit any supported AI chat platform |
| 43 | - Click the floating prompt manager button |
| 44 | - Select your desired prompt |
| 45 | - The prompt will be automatically inserted into the chat input |
| 46 | |
| 47 | 3. **Search Prompts** |
| 48 | |
| 49 | - Use the search bar to filter prompts by title or content |
| 50 | - Navigate through results using arrow keys |
| 51 | - Press Enter to select |
| 52 | |
| 53 | 4. **Using Variables in Prompts** |
| 54 | - Create prompts with variables using the `#variable#` syntax |
| 55 | - When using a prompt with variables, you'll be prompted to fill in values |
| 56 | - Variables allow for reusable prompt templates |
| 57 | |
| 58 | ### Keyboard Shortcuts |
| 59 | |
| 60 | - **⌘ + Shift + P** (Mac) or **Ctrl + M** (Windows/Linux): Open/close prompt list |
| 61 | - **↑/↓**: Navigate through prompts |
| 62 | - **Enter**: Select a prompt |
| 63 | - **Esc**: Close the prompt manager |
| 64 | |
| 65 | ### Import/Export |
| 66 | |
| 67 | - **Export**: Click "Export prompts" to download your prompts as a JSON file |
| 68 | - **Import**: Click "Import prompts" to load prompts from a JSON file |
| 69 | |
| 70 | ## Testing |
| 71 | |
| 72 | This project includes automated tests using **Puppeteer** and **Jest**. For more advanced testing, refer to the [Puppeteer API documentation](https://pptr.dev/). |
| 73 | |
| 74 | For detailed instructions on how to run and debug tests, see the [Testing Guide](TESTING.md). |
| 75 | |
| 76 | ## Privacy |
| 77 | |
| 78 | - All prompts are stored locally in your browser |
| 79 | - No data is sent to external servers |
| 80 | - Your prompts are saved in local storage for maximum capacity |
| 81 | |
| 82 | ## Contributing |
| 83 | |
| 84 | Found a bug or want to contribute? Visit our [GitHub repository](https://github.com/jonathanbertholet/promptmanager). |
| 85 | |
| 86 | ## License |
| 87 | |
| 88 | This project is open source and available under the MIT License. |
| 89 | |
| 90 | ## Attributions |
| 91 | |
| 92 | ### Contributing members : |
| 93 | |
| 94 | - Thanks to Hexodus for identifying a bug & helping me resolve it |
| 95 | - Thanks to Abdallahheidar for his ideas, contributions, and teamwork on this project! |
| 96 | - Thanks to HideMaru for the nice icon! |
| 97 | |
| 98 | <a href="https://www.flaticon.com/free-icons/chatbot" title="chatbot icons">Chatbot icons created by HideMaru - Flaticon</a> |