An open API service indexing awesome lists of open source software.

https://github.com/renderghost/promptly

Chrome extension to create and reuse ChatGPT prompts
https://github.com/renderghost/promptly

chatgpt chrome-extension prompt utility

Last synced: 8 months ago
JSON representation

Chrome extension to create and reuse ChatGPT prompts

Awesome Lists containing this project

README

          

# Promptly for ChatGPT

> Chrome extension to create and reuse ChatGPT prompts

* Focus on **generating quality responses** instead of wasting time rewriting frequently used prompts.

* **Create, edit, and re-use prompts** *without* navigating through old chats or notes.

## Getting Started

### 1. Create a New Prompt

* Right-click any selected text (max 10,000 characters) in your browser and click `Save as Prompt` _OR_ click `Create` to start from scratch.
* Add a memorable Title for easy reference.

### 2. Use a Prompt

* Open the extension from the Chrome toolbar
* Search for your Prompt by **Title**.
* Click the **Title** to insert it into the message composer on "https://chat.openai.com".

### 3. Edit a Prompt

* Open the extension from the browser toolbar.
* Click `Edit` to modify the title and content of the selected prompt OR press `Delete` to remove it completely.

### 4. Export all Prompts

* Open the extension from the browser toolbar.
* Click `Settings` in the extension' popup.
* Click `Export` to download all your prompts as a `.json` file.

## Install from GitHub

To use this extension, follow these steps:

1. Clone the repository or download the code as a ZIP file.
2. Open Google Chrome and navigate to `chrome://extensions`.
3. Enable "Developer mode" by toggling the switch in the upper-right corner.
4. Click on "Load unpacked" and select the folder containing the extension code.
5. The extension will be added to Chrome, and its icon will appear in the toolbar.

## Install from Chrome Store

> Coming Soon!

## Roadmap

- [x] Export Prompts
- [x] Add Search Functionality
- [x] Delete prompts
- [ ] New Branding
- [ ] Integrate into ChatGPT text box for easy insertion with `@` (e.g. `@generate social media posts`)
- [ ] Use Variables

## Contributions

Contributions to this project are welcome! If you encounter any issues or have suggestions for improvements, please create an issue or submit a pull request.