https://github.com/shusain/chat-gpt-local-history
A Chrome Extension that uses your local history to find previous chatgpt links and lists them (in case chatgpt history is broken)
https://github.com/shusain/chat-gpt-local-history
Last synced: 4 months ago
JSON representation
A Chrome Extension that uses your local history to find previous chatgpt links and lists them (in case chatgpt history is broken)
- Host: GitHub
- URL: https://github.com/shusain/chat-gpt-local-history
- Owner: shusain
- Created: 2023-03-22T05:45:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-22T17:56:32.000Z (over 2 years ago)
- Last Synced: 2024-11-27T10:35:57.632Z (11 months ago)
- Language: JavaScript
- Size: 262 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - shusain/chat-gpt-local-history - A Chrome Extension that uses your local history to find previous chatgpt links and lists them (in case chatgpt history is broken) (JavaScript)
README
# OpenAI Chat History Chrome Extension
This Chrome extension retrieves past conversations from [chat.openai.com](https://chat.openai.com) by parsing your browser's history and displaying a list of unique conversation UUIDs. You can click on a UUID to open the corresponding chat in a new tab.
## Installation
### Prerequisites
- Google Chrome Browser
### Manual Installation
1. Clone this repository or download it as a ZIP file and extract it to your desired location.
```bash
git clone https://github.com/shusain/chat-gpt-local-history.git
```
2. Open Google Chrome and navigate to `chrome://extensions/`.
3. Enable "Developer mode" in the top right corner.
4. Click on "Load unpacked" and select the "chat-gpt-local-history" folder you cloned or extracted earlier.
5. The extension should now be visible in your Chrome extensions list, and an icon should appear next to the address bar.
## Usage
1. Navigate to [chat.openai.com](https://chat.openai.com).
2. Click on the extension's icon next to the address bar.
3. A list of past chats will appear in the popup window. Click on a UUID to open that specific chat in a new tab.
## License
This project is licensed under the [MIT License](LICENSE).