Your best prompt-manager.
Prompt Manager is a Chrome extension designed to help users save, manage, and quickly access frequently used prompts. It's perfect for writers, customer service representatives, or anyone who often uses repetitive text snippets in their daily work.
- Save and manage text prompts
- Search through saved prompts
- Sort prompts by time or custom order
- Edit existing prompts
- Delete prompts
- One-click copy of prompts
- Import and export prompts for backup or transfer
- 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 Manager icon in your Chrome toolbar to open the extension.
- To add a new prompt, type it into the text area and click "Save".
- To use a saved prompt, click on it in the list to copy it to your clipboard.
- Use the search bar to find specific prompts.
- Sort your prompts using the dropdown menu.
- Edit or delete prompts using the buttons next to each prompt.
- Import or export your prompts using the buttons at the bottom of the extension.
This extension is built using HTML, CSS, and JavaScript. The main files are:
manifest.json
: Extension configurationpopup.html
: The main UI of the extensionpopup.js
: The JavaScript file handling the extension's functionalitystyles.css
: The CSS file for styling the extension
To modify the extension:
- Make your changes to the relevant files.
- Save your changes.
- Go to
chrome://extensions/
in Chrome. - Click the refresh icon on the Prompt Manager card.
- Reload any open instances of the extension to see your changes.
Contributions are welcome! Please feel free to submit a Pull Request.
If you like this project, you can buy me a coffee ☕
This project is licensed under the MIT License - see the LICENSE.md file for details.
- Thanks to all contributors who have helped shape Prompt Manager.
- Inspired by the need for quick access to frequently used text snippets.