A Chrome extension for downloading your ChatGPT history to PNG, PDF or creating a sharable link
When you want to share some of your chats, it's very difficult to snapshot the entire chat. This will add the functionality of exporting it to an image, a PDF file, or create a sharable link.
To install ChatGPT Export, follow these steps:
- Download the latest release of the extension from the releases page on GitHub.
- Unzip the downloaded file to extract the extension files.
- In Google Chrome, open the Extensions page (chrome://extensions/).
- Enable Developer mode by clicking the toggle switch in the top right corner of the page.
- Click the
Load unpacked
button and select the directory where you unzipped the extension files. - ChatGPT Export should now be installed and active on the ChatGPT website (https://chat.openai.com/chat).
After chatting with ChatGPT, you will notice new buttons at the bottom of the page (next to "Try Again"):
Click them to generate a PNG, download a PDF or create a HTML of the entire chat:
- Image avatars might get distorted due to the use of
html2canvas
. Working on it. - Line height might have a small offset (again, due to
html2canvas
). Working on it.
- Allow exporting as text
- Allow choosing resolution / file size
- Allow splitting to smaller partial images (for Twitter, for example)
PRs welcome!