From 626ed724dc2e2f623f49db687be48a243817e2ad Mon Sep 17 00:00:00 2001 From: Liad Yosef Date: Sun, 4 Dec 2022 20:27:07 +0200 Subject: [PATCH] Update README.md --- README.md | 40 ++++++++++++++++++++++++++++++++++++++-- 1 file changed, 38 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aba1cdc..5cce3a0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,38 @@ -# chatgpt-pdf -A Chrome extension for downloading your ChatGPT history to PNG or PDF +# ChatGPT export to PNG/PDF +> A Chrome extension for downloading your ChatGPT history to PNG or PDF + +## 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 or a PDF file. + +## How to install it + +To install ChatGPT Assistant, follow these steps: + +1. Download the latest release of the extension from the [releases page](https://github.com/pdparchitect/chatgpt-pdf/releases) on GitHub. +2. Unzip the downloaded file to extract the extension files. +3. In Google Chrome, open the Extensions page (chrome://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). + +## How to use it + +After chatting with ChatGPT, you will notice two new buttons at the bottom of the page (next to "Try Again"): +

+Arrows2 + +Click them to immediately generate a PNG, or download a PDF of the entire chat: +

+
Arrows2
+ +## Known issues +* 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. + +## Roadmap +* Allow exporting as text +* Allow choosing resolution / file size +* Allow splitting to smaller partial images (for Twitter, for example) + +## Contribution +PRs welcome!