From 56c354800cc8a8fde34b640e3c1750ab73576d27 Mon Sep 17 00:00:00 2001 From: qcrao Date: Fri, 21 Apr 2023 22:24:18 +0800 Subject: [PATCH] Create README.md --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..096908c --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# bulk-delete-chatGPT + +## Project Introduction + +`bulk-delete-chatGPT` is a Chrome extension designed to bulk-delete conversations on ChatGPT pages. This extension allows you to quickly and easily manage conversations on ChatGPT pages. It features a clean and intuitive user interface, providing an efficient way to perform bulk deletion of conversations. + +## Screencast + +## Usage Instructions + +- Clone or download this project. + +```shell +git@github.com:qcrao/bulk-delete-chatGPT.git +``` + +- In the Chrome browser, go to the `chrome://extensions/` page. Enable "Developer mode". +- Click "Load unpacked extension" and select the downloaded project folder. Now, you should see the `bulk-delete-chatGPT` extension in the list of Chrome extensions. +- Open the [ChatGPT website page](https://chat.openai.com/). +- Click the `bulk-delete-chatGPT` extension icon in the top-right corner of your browser. +- Click the "Add checkboxes" button. The extension will automatically add a checkbox in front of each conversation on the ChatGPT page. +- Select the conversations you wish to delete. +- Click the "Bulk delete" button, and the selected conversations will be deleted. +- If needed, you can click the "Remove checkboxes" button to hide the checkboxes.