# ChatGPT-pdf **Repository Path**: DLGCY_Clone/ChatGPT-pdf ## Basic Information - **Project Name**: ChatGPT-pdf - **Description**: A Chrome extension for downloading your ChatGPT history to PNG, PDF or a sharable link。(克隆自:https://github.com/liady/ChatGPT-pdf) - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2022-12-11 - **Last Updated**: 2024-04-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ChatGPT Export and Share > A Chrome extension for downloading your ChatGPT history to PNG, PDF or creating a sharable link
![gpt4](https://user-images.githubusercontent.com/7003853/205509643-2283f0fe-3643-4b74-98f6-a0f2489d75ef.gif) ## Why did I build it 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. ## How to install it ### Install to Chrome/Edge 1. Download `chrome-chatgpt-share.zip` from the latest release in [releases page](https://github.com/liady/ChatGPT-pdf/releases). 2. Unzip the downloaded file to extract the extension files. 3. In Chrome/Edge go to the extensions page (`chrome://extensions` or `edge://extensions`). 4. Enable Developer mode by clicking the toggle switch in the top right corner of the page. 5. Click the `Load unpacked` button and select the directory where you unzipped the extension files. 6. ChatGPT Export should now be installed and active on the ChatGPT website (https://chat.openai.com/chat). ### Install to Firefox 1. Download `firefox-chatgpt-share.zip` from the latest release in [releases page](https://github.com/liady/ChatGPT-pdf/releases). 3. Go to `about:debugging`, click "This Firefox" on the sidebar. 4. Click "Load Temporary Add-on" button, then select the zipped file. 5. ChatGPT Export should now be installed and active on the ChatGPT website (https://chat.openai.com/chat). ## How to use it After chatting with ChatGPT, you will notice new buttons at the bottom of the page (next to "Try Again"):

image

Look for them at the bottom of the page:

image Click them to generate a PNG, download a PDF or create a HTML of the entire chat:
Arrows2
## Roadmap - [X] Support Firefox - [ ] Allow choosing resolution / file size - [ ] Allow splitting to smaller partial images (for Twitter, for example) ## Contribution Thanks [adrianmarinwork](https://github.com/adrianmarinwork) for fixing issues. PRs welcome!