English | 中文
A powerful browser extension focused on prompt management and quick input. Helps users create, manage, and organize prompt libraries, and quickly insert preset prompt content in any webpage input field, boosting your productivity.
Since browser extensions only work on web pages, I've open-sourced a functionally identical Raycast extension that's compatible with the browser extension's data format, allowing seamless migration using the same JSON data.
/p in any webpage input field{{variable_name}} format, fill in specific values when using/p in any text input field on any webpage to trigger the prompt selectorCtrl+Shift+P (Windows/Linux) or Command+Shift+P (macOS) to open the prompt selectorCtrl+Shift+S (Windows/Linux) or Command+Shift+S (macOS) to quickly save it as a promptQuick Prompt offers an intuitive and user-friendly interface for managing and using prompts.
Use the /p shortcut command or keyboard shortcuts to quickly bring up the prompt selector in any input field, making it easy to select and insert the prompts you need.
In the management page, you can create new prompts, edit existing ones, add tags, and organize them by categories. The interface is clean and straightforward to use.
Simply select any text on a webpage and right-click to quickly save it as a prompt, enhancing your productivity.
Prompts support variable configuration. After selecting a prompt with variables, a dialog will pop up for entering the corresponding variable values.
Now available on Chrome Web Store! Click here to download
Clone the repository
git clone https://github.com/wenyuanw/quick-prompt.git
cd quick-prompt
Install dependencies
pnpm install
Development and build
# Development mode (Chrome)
pnpm dev
# Development mode (Firefox)
pnpm dev:firefox
# Build extension (Chrome)
pnpm build
# Build extension (Firefox)
pnpm build:firefox
chrome://extensions or edge://extensions).output/chrome-mv3/ directory in the projectabout:debuggingmanifest.json file in the .output/firefox-mv2/ directory of the projectMIT
Pull requests and issues are welcome!
git checkout -b feature/amazing-feature)git commit -m 'Add some amazing feature')git push origin feature/amazing-feature)