Save and organize your AI prompts from ChatGPT, Claude, Gemini, and more.
- Quick Save: "Save Prompt" button appears next to text fields in AI applications
- Auto-Detection: Automatically detects which AI app you're using
- Categorization: Organize by application and use case (Coding, Marketing, Creative, Business)
- Search: Find prompts instantly with real-time search
- Copy to Clipboard: One-click copy for easy pasting
- Tags: Add custom tags for better organization
- Export/Import: Backup and restore your prompts
- ChatGPT (chat.openai.com, chatgpt.com)
- Claude (claude.ai)
- Gemini (gemini.google.com)
- NotebookLM (notebooklm.google.com)
- Perplexity (perplexity.ai)
- Open
assets/icons/generate-icons.htmlin your browser - Download each icon (16x16, 48x48, 128x128)
- Save them as
icon16.png,icon48.png,icon128.pngin theassets/icons/folder
- Open Chrome and go to
chrome://extensions/ - Enable "Developer mode" (toggle in top-right)
- Click "Load unpacked"
- Select the
PromptBookfolder - The extension icon should appear in your toolbar
- Visit any supported AI website (ChatGPT, Claude, etc.)
- Type your prompt in the input field
- Click the "Save" button that appears
- Fill in the title, category, and tags
- Click "Save Prompt"
- Click the PromptBook icon in your toolbar
- Browse, search, or filter your saved prompts
- Click a prompt to view details
- Use the copy button to copy to clipboard
- Edit or delete prompts as needed
- Click the PromptBook icon
- Click the "+" button in the header
- Fill in the prompt details
- Click "Save"
PromptBook/
├── manifest.json # Extension configuration
├── popup/
│ ├── popup.html # Main popup UI
│ ├── popup.css # Popup styles
│ └── popup.js # Popup logic
├── content/
│ ├── content.js # Injected into AI sites
│ └── content.css # Content script styles
├── background/
│ └── service-worker.js # Background tasks
├── utils/
│ ├── storage.js # Storage operations
│ └── sites.js # Site configuration
└── assets/
└── icons/ # Extension icons
- ChatGPT
- Claude
- Gemini
- NotebookLM
- Perplexity
- Other
- Coding: Debugging, Refactoring, Documentation, Code Review
- Marketing: Social Media, Ad Scripts, SEO, Email Campaigns
- Creative Writing: Storytelling, Poetry, Scripts, Blog Posts
- Business: Email Drafting, Meeting Summaries, Reports, Proposals
- Research: Literature Review, Data Analysis, Fact Checking, Summarization
- Education: Lesson Plans, Explanations, Quiz Creation, Study Guides
- Cloud Sync across devices
- Prompt Variables (templates with placeholders)
- Team Sharing for organizations
- Advanced analytics
- Make your changes to the code
- Go to
chrome://extensions/ - Click the refresh icon on the PromptBook card
- Test your changes
- Popup: Right-click the extension icon → "Inspect popup"
- Content Script: Open DevTools on the AI site → Console
- Service Worker:
chrome://extensions/→ "Service worker" link
MIT License