Quick Prompt
A powerful browser extension focused on prompt management and fast input. Helps users create, manage, and organize their prompt library, and quickly insert preset Prompt content in any web page input box to improve work efficiency.
✨ Features
- 📚 Prompt Management: Easily create, edit, and manage your prompt library
- 🚀 Quick Input: Instantly trigger the prompt selector in any web input field with
/p - ⌨️ Supports configuring hotkeys to open the prompt selector & save selected text as a prompt
- 📑 Supports saving selected text as a prompt directly via the right-click menu
- 🎯 Supports custom prompts, including categories, titles, content, attachments, tags, and variables
- 🧑💻 Variable Support: Prompts can use variables in the
{{variable_name}}format, which can be filled in with specific values as needed - 💾 Data Backup: Supports export and import of the prompt library for easy device migration and backup
- 🔗 Cloud Sync: Prompt library supports WebDAV sync, Notion database, and Gitee/GitHub Gist synchronization
- 🔍 Supports searching and filtering of prompts
- 🌙 Automatically adapts to the system's light or dark theme
🚀 How to Use
- Quick Trigger: Type
/pin any text input field on any webpage to trigger the prompt selector - Open Selector with Hotkey: Use
Ctrl+Shift+P(Windows/Linux) orCommand+Shift+P(macOS) to open the prompt selector - Select a Prompt: Click your desired prompt from the pop-up selector to automatically insert it into the current input field
- Quickly Save Prompt: After selecting any text, use
Ctrl+Shift+S(Windows/Linux) orCommand+Shift+S(macOS) to quickly save it as a prompt - Save via Right-Click Menu: After selecting any text, right-click and choose "Save this Prompt" to save the selected content as a prompt
- Export Prompt Library: Click the "Export" button on the management page to export all prompts as a JSON file to your local device
- Import Prompt Library: Click the "Import" button on the management page to import prompts from a local JSON file (supports merging or overwriting existing prompts)
📸 Interface Preview
Quick Prompt offers an intuitive and user-friendly interface, making prompt management and usage easy.
Prompt Selector
Use the /p command or hotkey to quickly bring up the prompt selector in any input field, allowing you to easily pick and insert the prompt you need.
Prompt Management Page
On the management page, you can create new prompts, edit existing prompts, add tags, and manage categories. The interface is clear and straightforward, making operations convenient.
Save via Right-Click Menu
Simply select any text on the webpage and right-click to quickly save it as a prompt, boosting your work efficiency.
Prompt variable input
Prompts support variable configuration, and after selection, a popup will appear for inputting the corresponding variable values.
⚙️ Custom configuration
- Click the extension icon, then click the "Manage Prompts" button
- On the management page, you can:
- Add new prompts
- Edit existing prompts
- Delete unnecessary prompts
- Add tags to prompts for classification
- Export the prompt library for backup
- Import previously backed up prompt libraries
📦 Installation Guide
Install from App Stores
Get from GitHub Releases
- Visit the GitHub Releases page
- Download the latest built plugin package
- Extract the downloaded file
- Install the built extension according to the instructions below
Build from source
- Clone the repository
bash
git clone https://github.com/wenyuanw/quick-prompt.git
cd quick-prompt
`
- Install dependencies
`bash
pnpm install
`
- Development and Build
`bash
# 开发模式 (Chrome)
pnpm dev
# 开发模式 (Firefox)
pnpm dev:firefox
# 构建扩展 (Chrome)
pnpm build
# 构建扩展 (Firefox)
pnpm build:firefox
`Installing the Built Extension
#### Chrome / Edge
- Open the extensions management page (
chrome://extensions or edge://extensions)
Enable "Developer mode"
Click "Load unpacked"
Select the .output/chrome-mv3/ directory of the project#### Firefox
- Open
about:debugging
Click "This Firefox"
Click "Load Temporary Add-on"
Select the manifest.json file in the .output/firefox-mv2/ directory of the project📄 License
MIT
🤝 Contribution Guide
Pull Requests and Issues are welcome!
- Fork this repository
- Create your feature branch (
git checkout -b feature/amazing-feature)
Commit your changes ( git commit -m 'Add some amazing feature')
Push to the branch ( git push origin feature/amazing-feature`)
👏 Contributors List
Thanks to all the developers who contributed to the project!
Star History
--- Tranlated By Open Ai Tx | Last indexed: 2026-05-07 ---