Skip to content

abdallahheidar/promptmanager

 
 

Repository files navigation

Open Prompt Manager

A lightweight Chrome extension for managing prompts across multiple AI chatbots including ChatGPT, Claude, Gemini, NotebookLM, Deepseek, Grok, and Poe.

Features

  • 🚀 Save and organize your favorite prompts
  • 🔍 Quick search functionality with keyboard navigation
  • 📝 Edit and delete prompts
  • 💾 Import/Export prompts as JSON
  • 🌓 Supports both light and dark modes
  • 🔄 Variable support with #variable# syntax
  • 🎯 Works with multiple AI platforms:
    • ChatGPT
    • Claude
    • Google Gemini
    • Google NotebookLM
    • Deepseek
    • Grok
    • Poe

Installation

  1. Install from the Chrome Web Store
  2. The extension icon will appear in your browser toolbar
  3. Click the icon to open the prompt manager

Usage

Managing Prompts

  1. Add a New Prompt

    • Open the extension popup
    • Enter a name and prompt content
    • Click "Save prompt"
  2. Use a Saved Prompt

    • Visit any supported AI chat platform
    • Click the floating prompt manager button
    • Select your desired prompt
    • The prompt will be automatically inserted into the chat input
  3. Search Prompts

    • Use the search bar to filter prompts by title or content
    • Navigate through results using arrow keys
    • Press Enter to select
  4. Using Variables in Prompts

    • Create prompts with variables using the #variable# syntax
    • When using a prompt with variables, you'll be prompted to fill in values
    • Variables allow for reusable prompt templates

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

Import/Export

  • Export: Click "Export prompts" to download your prompts as a JSON file
  • Import: Click "Import prompts" to load prompts from a JSON file

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

Contributing

Found a bug or want to contribute? Visit our GitHub repository.

License

This project is open source and available under the MIT License.

Attributions

Thanks to HideMaru for the nice icon!

Chatbot icons created by HideMaru - Flaticon

About

Prompt manager for chatgpt

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 78.2%
  • HTML 16.9%
  • CSS 4.9%