Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 2 months ago
JSON representation

A Chrome extension for downloading your ChatGPT history to PNG, PDF or a sharable link

Awesome Lists containing this project

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!