A powerful Chrome/Edge extension to send prompts simultaneously to multiple AI chat services with a single click!
- 🚀 Send prompts to multiple AI services simultaneously
- 💬 Supports major AI chat platforms:
- ChatGPT
- Google Gemini
- Anthropic Claude
- DeepSeek Chat
- Qwen Chat
- 📝 Convenient prompt history tracking (last 20 prompts)
- ⌨️ Keyboard shortcuts support (Ctrl+Shift+Z / Command+Shift+X on Mac)
- 🎯 Smart tab management - reuses existing tabs when possible
- ⚡ Quick checkbox toggles for service selection
- 📋 Multi-line input support (Shift+Enter)
- Download latest ZIP file from GitHub Releases and extract it
- Go to
chrome://extensions/
- Enable "Developer mode" (top right)
- Click "Load unpacked"
- Select the extracted folder
- Download latest ZIP file from GitHub Releases and extract it
- Go to
edge://extensions/
- Turn on "Developer mode" (bottom left)
- Click "Load unpacked"
- Select the extracted folder
The extension requires the following permissions:
tabs
activeTab
scripting
storage
windows
And access to these domains:
*://chatgpt.com/*
*://gemini.google.com/app/*
*://claude.ai/chats/*
*://chat.deepseek.com/*
*://chat.qwenlm.ai/*
- Click the extension icon or use the keyboard shortcut (Ctrl+Shift+Z)
- Enter your prompt in the text area
- Select which AI services you want to send the prompt to
- Press Enter to submit (or Shift+Enter for new line)
- The extension will automatically open or reuse tabs for each selected service and send your prompt
The extension stores:
- Your last entered prompt
- Selected service preferences
- History of your last 20 prompts
- Automatically detects if a service tab is already open
- Reuses existing tabs instead of creating duplicates
- Brings existing tabs into focus when used
- Maintains a record of your last 20 prompts
- Click any historical prompt to quickly reuse it
- Clear history option available
- Individual toggles for each AI service
- Settings persist between sessions
- All services enabled by default
Built using:
- Chrome Extension Manifest V3
- Pure JavaScript
- HTML & CSS
- Chrome Storage API
- Chrome Tabs API
Feel free to fork, submit PRs, or report issues!
This project is open source and available under the MIT License.
Made with ❤️ for AI enthusiasts