Quick Prompt prompt management and quick input plug-in

Plug-in introduction: A browser extension tool mainly used for efficient management and quick insertion of AI prompt words (Prompt).
Support prompt word classification, variable template, search filtering, right-click saving web page content as prompt words, and import and export data.

Suitable for content creation, AI testing, and academic research.

Quick Prompt is an open source browser extension designed to help users efficiently manage and quickly insert preset prompt words (Prompt), especially for users who frequently interact with AI tools such as ChatGPT.

Project introduction

Quick Prompt by developers wenyuanw Create, the main functions include:

  • Prompt word management: Users can create, edit, and organize a prompt lexicon, and add titles, content, and tags to each prompt word.
  • Quickly insert prompt words: Type in the input box on any web page /p, you can quickly call the prompt word selector to select and insert the preset prompt word.
  • shortcut key support

    • Ctrl+Shift+P(Windows/Linux) or Command+Shift+P(macOS): Open the prompt word selector.
    • Ctrl+Shift+S(Windows/Linux) or Command+Shift+S(macOS): Quickly save the selected text as a prompt.
  • Right-click menu function: After selecting the text on the web page, right-click to save it as a new prompt word.
  • variable support: Can be used in the prompt words {{variable name}} The system will prompt the user to fill in the specific value when inserting.
  • Data backup and migration: Support exporting and importing prompt thesaurus (JSON format) to facilitate migration or backup between different devices.
  • Theme adaptation: Automatically adapts to the system’s light and dark theme settings.

In addition, the developer also provides a functional Raycast plugin, supports use on macOS and is compatible with the data format of browser plug-ins, making it convenient for users to migrate seamlessly between different platforms.

🧪Installation and use

Quick Prompt is supported in Chrome, Edge and Firefox browsers.

Installation steps:

  1. download the plug-in

  2. mounting insert

    • Chrome/Edge

      • Unzip the downloaded zip package.
      • Open the browser’s extension management page (chrome://extensions or edge://extensions)。
      • Enable “Developer Mode”.
      • Click “Load decompressed extension” and select the extracted extension .output/chrome-mv3/ Contents.
    • Firefox

      • Unzip the downloaded zip package.
      • Enter in the address bar about:debugging, enter the debugging page.
      • Click “This Firefox”.
      • Click “Temporarily Load Add-ons” and select the extracted .output/firefox-mv2/ in the directory manifest.json Documents.

Usage method:

  • Quickly insert prompt words

    • Type in the input box on the web page /p, you can call the prompt word selector to select and insert the preset prompt word.
  • use shortcut keys

    • Ctrl+Shift+P(Windows/Linux) or Command+Shift+P(macOS): Open the prompt word selector.
    • Ctrl+Shift+S(Windows/Linux) or Command+Shift+S(macOS): Quickly save the selected text as a prompt.
  • Right-click menu save

    • Select the text on the web page, right-click and select “Save this prompt” to save it as a new prompt.
  • Manage prompt thesaurus

    • Click the Quick Prompt icon in the browser toolbar to enter the management page, where you can add, edit, and delete prompt words, and import/export prompt words.

Usage scenarios

  • Interaction with AI tools: Quickly insert commonly used prompt words and efficiently interact with AI tools such as ChatGPT.
  • content creation: Save and manage writing templates and common sentence patterns to improve writing efficiency.
  • customer support: Quickly respond to common questions and improve customer service response speed.
  • study notes: Save terms and definitions commonly used during the learning process for easy review.

Project status and community feedback

As of now, Quick Prompt has more than 370 Stars on GitHub, showing good community attention.

The latest version of the project is 0.0.1 and was released on May 2, 2025.

On the Issues page, some users suggested adding a direct connection to the Notion database to achieve more powerful backup and synchronization capabilities.

Plug-in installation:https://chromewebstore.google.com/detail/quick-prompt/hnjamiaoicaepbkhdoknhhcedjdocpkd

Github:https://github.com/wenyuanw/quick-prompt
Oil tubing:

Scroll to Top