Prompt-Save is a Google Chrome extension designed to streamline your workflow by allowing you to quickly save, copy, and paste frequently used prompts. Whether you're a developer, writer, customer support agent, or anyone who relies on repetitive text snippets, Prompt-Save can significantly boost your productivity.
- Save Prompts: Easily store your commonly used prompts within the extension.
- Quick Copy: Copy prompts to your clipboard with a single click.
- Paste Anywhere: Paste your copied prompts into any text field.
- Organize Prompts: Categorize and manage your prompts for easy access (Future Enhancement).
- User-Friendly Interface: Intuitive design for a seamless user experience.
- Lightweight: Minimal impact on browser performance.
- Open Source: Contribute to the project and customize it to your needs.
-
Download the Extension:
- Download the source code as a ZIP file from GitHub. https://github.com/zbailey83/prompt-save/archive/refs/heads/main.zip
-
Enable Developer Mode in Chrome:
- Open Chrome and navigate to
chrome://extensions
. - In the top right corner, toggle the "Developer mode" switch to ON.
- Open Chrome and navigate to
-
Load the Extension:
- Click the "Load unpacked" button.
- Browse to the directory where you cloned/extracted the Prompt-Save repository and select the root folder.
-
Pin the Extension (Optional):
- Click the Chrome extensions icon (puzzle piece) in the toolbar.
- Find "Prompt-Save" in the list and click the pin icon next to it to keep it visible in your toolbar.
- Open the Extension: Click the Prompt-Save icon in your Chrome toolbar.
- Add a New Prompt: (Explain how to add a prompt using the UI. E.g., "Click the 'Add Prompt' button, enter your prompt text, and save.")
- Copy a Prompt: (Explain how to copy a prompt. E.g., "Click the 'Copy' button next to the prompt you want to use.")
- Paste the Prompt: Paste the copied prompt into any text field using
Ctrl+V
(orCmd+V
on macOS).
We welcome contributions to Prompt-Save! If you have suggestions, bug reports, or would like to contribute code, please follow these steps:
- Fork the Repository: Create your own fork of the repository on GitHub.
- Create a Branch: Create a new branch for your feature or bug fix.
git checkout -b feature/your-feature-name
- Make Changes: Implement your changes, ensuring code quality and adding appropriate tests.
- Commit Changes: Commit your changes with descriptive commit messages.
git commit -m "feat: Add a new feature"
- Push to Your Fork: Push your branch to your forked repository.
git push origin feature/your-feature-name
- Create a Pull Request: Submit a pull request from your branch to the main repository.
- Prompt Organization: Implement categories and tags for better prompt management.
- Import/Export: Allow users to import and export their prompts as JSON files.
- Cloud Sync: Synchronize prompts across multiple devices (Future consideration).
- Enhanced UI: Improve the user interface based on user feedback.
If you encounter any issues or bugs, please submit a bug report through the GitHub issue tracker. Include detailed steps to reproduce the bug and any relevant error messages.
This project is licensed under the MIT License - see the LICENSE file for details. (Make sure you have a LICENSE file in your repository)
If you have any questions or suggestions, feel free to contact me:
- [Your Name/Username](Link to your GitHub profile or personal website)
- [Your Email Address]
- Thanks to all contributors who help improve this project.
- [Any other libraries/frameworks used]
Note: Replace the placeholder image link, bracketed instructions, and contact information with your own details. Also, ensure you have a LICENSE
file in your repository.