This Chrome extension allows you to save your ChatGPT conversations in different formats: TXT, Markdown, and PDF.
- Save conversations as TXT files
- Save conversations as Markdown files
- Save conversations as PDF files
- Copy conversations to Clipboard
- Install it directly through the chrome store: or clone this repository to your local machine.
- Open Google Chrome, and navigate to
chrome://extensions
. - Enable
Developer mode
by toggling the switch on the top right corner. - Click on
Load unpacked
and select the directory where you downloaded or cloned this repository. - The extension should now be visible in your extensions list and be ready for use.
- Open a ChatGPT conversation that you would like to save.
- Click on the extension icon in the toolbar.
- Choose the desired format (TXT, Markdown, or PDF) by clicking on the corresponding button.
- Depending on the chosen format, the extension will save the conversation in the specified format.
popup.js
is the main script for the extension. It contains the event listeners for the buttons and functions to save the conversation in different formats.
The following is a brief description of the functions:
saveAsTxt()
: Saves the conversation as a TXT file.saveAsMarkdown()
: Saves the conversation as a Markdown file.saveAsPDF()
: Saves the conversation as a PDF file.
This project is licensed under the MIT License. See the LICENSE file for details.