https://github.com/liady/ChatGPT-pdf
A Chrome extension for downloading your ChatGPT history to PNG, PDF or a sharable link
https://github.com/liady/ChatGPT-pdf
Last synced: about 1 month ago
JSON representation
A Chrome extension for downloading your ChatGPT history to PNG, PDF or a sharable link
- Host: GitHub
- URL: https://github.com/liady/ChatGPT-pdf
- Owner: liady
- License: mit
- Created: 2022-12-04T17:23:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T23:07:45.000Z (about 2 years ago)
- Last Synced: 2024-10-29T10:05:49.792Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 180 KB
- Stars: 1,466
- Watchers: 31
- Forks: 153
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-chatgpt-tools - Extension to add share abilities to ChatGPT (PDF, PNG or a sharable link
- awesome-chatgpt - ChatGPT Export and Share - Download your ChatGPT history to PNG, PDF or a sharable link. (Browser extensions / Examples)
- StarryDivineSky - liady/ChatGPT-pdf
- awesome-chatgpt - Extension to add share abilities to ChatGPT (PDF, PNG or a sharable link
- fucking-awesome-chatgpt - Extension to add share abilities to ChatGPT (PDF, PNG or a sharable link
- awesome-chatgpt - PNG, PDF
- awesome-chatgpt - ChatGPT-pdf
- awesome-chatgpt-zh - 向 ChatGPT 添加共享功能的扩展(PDF、PNG 或可共享链接
- awesome-chatgpt - ChatGPT Export and Share - Download your ChatGPT history to PNG, PDF or a sharable link. (Browser extensions / Examples)
- awesome-chatgpt - liady/ChatGPT-pdf - A browser extension for downloading ChatGPT history to PNG, PDF, or creating a sharable link (UIs / Browser extensions)
- awesome-gpt - ChatGPT-pdf
- awesome-ChatGPT-resource-zh - 插件: 将你与ChatGPT对话保存为 PNG, PDF 或 可分享的链接
- awesome-chatgpt - ChatGPT-pdf
- awesome-open-gpt - ChatGPT-pdf
- awesome-chatgpt-resources - Extension to add share abilities
- awesome-chatgpt-resources - Extension to add share abilities
- Awesome-ChatGPT - Extension to add share abilities to ChatGPT (PDF, PNG or a sharable link
- awesome-chatgpt - ChatGPT export to PNG/PDF/HTML
README
# ChatGPT Export and Share
> A Chrome extension for downloading your ChatGPT history to PNG, PDF or creating a sharable link
## 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"):
![]()
Look for them at the bottom of the page:
Click them to generate a PNG, download a PDF or create a HTML of the entire chat:
## 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!