Prompt Saver is a Chrome extension that allows users to save and manage frequently used prompts. This tool is perfect for writers, customer service representatives, or anyone who often uses repetitive text snippets in their daily work.
- Save custom prompts with a name and text content
- View a list of all saved prompts
- Expand/collapse prompt details
- Copy prompts to the clipboard with a single click
- Delete unwanted prompts
- Sync prompts across devices using Chrome storage
- Clone this repository or download the ZIP file.
- Open Chrome and navigate to
chrome://extensions
. - Enable "Developer mode" in the top right corner.
- Click "Load unpacked" and select the directory containing the extension files.
- Click on the Prompt Saver icon in your Chrome toolbar to open the popup.
- To save a new prompt, enter a name and the prompt text, then click "Save".
- Your saved prompts will appear in a list below.
- Click the expand button (▼) to view the full prompt text and access copy/delete options.
- Use the "Copy" button to quickly copy a prompt to your clipboard.
- Use the "Delete" button to remove unwanted prompts.
manifest.json
: Extension manifest filepopup.html
: HTML structure for the extension popupstyles.css
: CSS styles for the popuppopup.js
: JavaScript functionality for the popup
Contributions are welcome! Please feel free to submit a Pull Request.
If you encounter any problems or have any suggestions, please open an issue in this repository.