General Introduction
Quick Prompt is an open source browser extension that focuses on Prompt management and quick input. Users can create, organize and store libraries of Prompts and quickly insert predefined Prompt content into the input box of any web page. This tool is especially suitable for users who need to frequently use AI models (e.g. ChatGPT, Grok, etc.) for content generation, such as developers, content creators and researchers. It supports major browsers such as Chrome, Edge, Firefox, etc., with easy installation and intuitive interface. With Quick Prompt, users can easily manage complex collections of prompt words to improve the efficiency of AI interactions. The project is hosted on GitHub, maintained by developer wenyuanw, and the community can participate in contributing.
Function List
- Prompt thesaurus management: create, edit, delete and categorize prompt words, support custom tags and search.
- Quickly insert prompts: Insert preset prompts in the webpage input box via shortcut keys or right-click menu.
- Cross-platform synchronization: supports synchronizing the cued thesaurus to the cloud for easy use on multiple devices.
- Customized shortcuts: Users can set up personalized shortcuts to quickly call up cue words.
- Cue word preview: real-time preview of the content of the cue word, support dynamic template rendering.
- Open source community support: Users can participate in project development by submitting issues or contributing code through GitHub.
Using Help
Installation process
- Download Extension
interviews GitHub Quick Prompt page or the Chrome Online App Store (if it's already on the shelf). On the GitHub page, clickCode
button, selectDownload ZIP
Download the source code, or clone the repository directly:git clone https://github.com/wenyuanw/quick-prompt.git
Extract the downloaded ZIP file to a local folder.
- Load Extension to Browser
- Open Chrome and go to
设置 > 扩展程序
Or go directly tochrome://extensions/
The - Enable "Developer Mode" in the upper right corner.
- Click on "Load Extracted Extensions" and choose the extracted
quick-prompt
Folder. - After the extension is successfully loaded, the Quick Prompt icon will appear in the browser toolbar.
- Open Chrome and go to
- Verify Installation
Click the Quick Prompt icon in the toolbar to bring up the management interface. If the interface displays a list of prompts or a "New Prompt" button, the installation is successful.
Usage
Creating and managing cues
- Click the Quick Prompt icon in the browser toolbar to enter the administration interface.
- Click on the "New Cue" button and enter the content of the cue, for example:
为我生成一篇500字的科技文章,主题是人工智能的未来发展。
- Add tags to prompts (e.g. "article generation" or "AI interaction") for easy categorization.
- After saving, the cue word will be displayed in the list. Users can quickly find cue words by entering keywords in the search box.
Quick insertion of cue words
- Right-click in a text input box on any web page (such as ChatGPT's dialog box).
- Select "Quick Prompt > Insert Prompt Word" from the context menu.
- Select the desired cue word and the content will automatically fill the input box.
- Alternatively, use the default shortcut keys (e.g.
Ctrl+Shift+P
) to open the cue word selection window, select it and insert it.
Customized shortcuts
- In the Quick Prompt management interface, click the Settings tab.
- Find "Shortcut Settings" and enter a customized key combination, such as
Alt+P
The - Save the settings and the new shortcut will take effect.
Synchronized Cue Thesaurus
- Enable "Cloud Sync" in Settings (requires GitHub account login).
- Cue the thesaurus is automatically uploaded to the cloud and synchronized to other devices.
- By installing Quick Prompt on a new device and logging into the same account, the Prompt Thesaurus will download automatically.
Advanced Features: Dynamic Templates
Quick Prompt supports dynamic templates that allow the user to use variables in the prompt words. For example:
为我生成一篇{{字数}}字的文章,主题是{{主题}}。
When used, the system prompts the user to enter a "word count" and a "subject" to generate a customized prompt.
caveat
- Make sure your browser version is up to date to avoid compatibility issues.
- If you are using cloud synchronization, check if the network connection is stable.
- Regularly back up your cue lexicon to prevent accidental loss.
application scenario
- content creation
Content creators can use Quick Prompt to store frequently used writing prompt words, such as templates for generating blog posts, social media posts or marketing copy. Quick Prompt insertion drastically reduces retyping time. - AI development and testing
When debugging AI models, developers need to repeatedly enter different prompts for testing. Quick Prompt allows them to save test cases and quickly switch prompts to improve development efficiency. - academic research
Researchers can store complex query prompts for literature analysis or data processing. For example, a quick insertion of "summarize the core ideas of this paper" can simplify interaction with the AI. - daily office hours
Career professionals can save email templates or report generation prompts to quickly generate professional content with Quick Prompt to boost productivity.
QA
- What browsers does Quick Prompt support?
It supports major browsers such as Chrome, Edge, Firefox, and more. Make sure the browser version is newer for the best experience. - How do I back up my cue thesaurus?
In the management interface, click the "Export" button to save the cue thesaurus as a JSON file. When you need to restore, select "Import" and upload the file. - Is there a fee for cloud synchronization?
The current version of Cloud Sync is free, but requires a GitHub account. Premium paid features may be introduced in the future. - What should I do if the cue insertion fails?
Check if the input box is a supported text box (some rich text editors may not be supported). Try updating the extension or browser version.