Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 25 days 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T23:07:45.000Z (over 1 year ago)
- Last Synced: 2024-05-23T07:34:08.396Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 180 KB
- Stars: 1,453
- Watchers: 31
- Forks: 156
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ChatGPT-repositories - ChatGPT-pdf - A Chrome extension for downloading your ChatGPT history to PNG, PDF or a sharable link (Browser-extensions)
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"):
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!