Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sammoreton/ChatGPT-Custom-Instructions-Storage
Store and load custom instructions for ChatGPT through a Chrome Extension.
https://github.com/sammoreton/ChatGPT-Custom-Instructions-Storage
Last synced: about 1 month ago
JSON representation
Store and load custom instructions for ChatGPT through a Chrome Extension.
- Host: GitHub
- URL: https://github.com/sammoreton/ChatGPT-Custom-Instructions-Storage
- Owner: sammoreton
- License: gpl-3.0
- Created: 2023-09-06T00:30:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-27T15:13:58.000Z (about 1 year ago)
- Last Synced: 2024-08-01T21:55:00.573Z (4 months ago)
- Language: JavaScript
- Size: 163 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - sammoreton/ChatGPT-Custom-Instructions-Storage - Store and load custom instructions for ChatGPT through a Chrome Extension. (JavaScript)
README
# ChatGPT Custom Instructions Storage
ChatGPT-Custom-Instructions-Storage is a Chrome extension designed to enhance your experience with ChatGPT. Store and quickly access custom instructions for ChatGPT, ensuring you have a seamless interaction every time.
![Screenshot](/Screenshot.jpg)
## Features
- **Custom Instructions Storage**: Save frequently used instructions or queries for ChatGPT.
- **Quick Access**: Instantly retrieve and use your saved instructions without having to retype or copy/paste.
- **Easy Management**: Add, edit, or delete saved instructions with ease.
- **Store by Project**: Custom instructions are stored under projects to help keep them organised
- **Export and Load Custom Instructions**: Export all of your custom instructions to a single JSON file to backup or load on another browser.## Installation
1. Clone the repository:
```
git clone https://github.com/sammoreton/ChatGPT-Custom-Instructions-Storage.git
```2. Open Chrome and go to `chrome://extensions/`.
3. Enable "Developer mode" and click on "Load unpacked".
4. Navigate to the cloned directory and select it.## Usage
With the chrome extension running, simply open the ChatGPT website and navigate to the custom instructions popup.
## Contributing
We welcome contributions from the community!
1. **Reporting Bugs**: If you find any issues or bugs, please create an issue on our [GitHub repository](https://github.com/sammoreton/ChatGPT-Custom-Instructions-Storage/issues).
2. **Feature Requests**: If you have an idea to enhance the extension, feel free to create an issue labeled as a feature request.
3. **Pull Requests**: If you've fixed a bug or added a new feature, we'd love to see your contributions. Please submit a pull request.## License
This project is licensed under the GNU General Public License v3.0. See the [LICENSE](LICENSE) file for more details.
## Acknowledgements
Thanks to everyone who contributes to this project and supports it. Let's make ChatGPT even better together!