Skip to content

Correia-jpv/ChatGPT-Enhanced-Conversation-History

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatGPT Enhanced Conversation History

ChatGPT History Enhancer is a Chrome extension that makes your ChatGPT conversation history more convenient to use. With this extension, you can search through your chat history and easily find the information you need. Additionally, the extension automatically loads the full conversation history, saving you the hassle of manually clicking "Show More" repeatedly.

Features

  • Search through your ChatGPT conversation history
  • Automatically load the full conversation history
  • Conveniently access all of your chat history without any hassle
  • Improve your productivity by quickly finding the information you need
  • Easy to use and intuitive interface

Installing

  1. Check if your Node.js version is >= 14.
  2. Change or configurate the name of your extension on src/manifest.
  3. Run npm install to install the dependencies.

Packing

After development run the command

$ npm build

Now, the content of build folder will be the extension ready to be submitted to the Chrome Web Store. Just take a look at the official guide to more infos about publishing.


Built with Vite + React, and Manifest v3

Generated by create-chrome-ext