Quick Prompt Snippets is a browser extension that allows users to quickly paste predefined prompt snippets into input fields. This tool is designed to enhance the quality of prompts by providing users with easy access to commonly used phrases and templates.
- Quickly insert predefined snippets into text fields.
- Search functionality to filter snippets.
- User-friendly interface with a dropdown menu.
- Supports both contenteditable elements and standard input fields.
- A modern web browser (Chrome, Firefox, etc.) that supports extensions.
-
Clone the Repository
git clone https://github.com/yourusername/quick-prompt-snippets.git cd quick-prompt-snippets
-
Open Your Browser's Extension Management Page
- For Chrome: Go to
chrome://extensions/
- For Firefox: Go to
about:debugging#/runtime/this-firefox
- For Chrome: Go to
-
Enable Developer Mode
- In Chrome, toggle the "Developer mode" switch in the top right corner.
- In Firefox, click on "Load Temporary Add-on".
-
Load the Extension
- In Chrome, click on "Load unpacked" and select the directory where you cloned the repository.
- In Firefox, click on "Load Temporary Add-on" and select the
manifest.json
file from the cloned directory.
-
Test the Extension
- Open a new tab and test the extension by focusing on an input field. You should see the snippet trigger icon appear.
We welcome contributions to improve Quick Prompt Snippets! Here are some guidelines to help you get started:
-
Fork the Repository
- Click the "Fork" button on the top right of the repository page.
-
Create a New Branch
git checkout -b feature/YourFeatureName
-
Make Your Changes
- Implement your feature or fix a bug.
-
Commit Your Changes
git commit -m "Add a descriptive commit message"
-
Push to Your Fork
git push origin feature/YourFeatureName
-
Create a Pull Request
- Go to the original repository and click on "New Pull Request". Provide a clear description of your changes.