Chat Exporter is a Google Chrome extension that allows you to export chat data as a JSON file. It extracts chat data from Markdown and saves it with a timestamp and details about chat elements and messages.
To install the extension locally, follow these steps:
- Clone this repository or download the source code as a ZIP file and extract it.
- Open Chrome and navigate to
chrome://extensions
. - Enable "Developer mode" using the toggle in the top right corner.
- Click "Load unpacked" and select the folder containing the source code.
The Chat Exporter extension should now be installed in your Chrome browser.
- Navigate to a webpage with chat elements.
- Click on the Chat Exporter extension icon.
- Click the "Export Chat" button in the popup to save the chat data as a JSON file.
Special thanks to @ryanschiang and his chatgpt-export repository for inspiring the creation of this project.
This project is licensed under the MIT License. See the LICENSE file for details.