33 lines
1.6 KiB
Markdown
33 lines
1.6 KiB
Markdown
# bulk-delete-chatGPT
|
|
|
|
English | [中文版本](./README-CN.md)
|
|
|
|
## 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.
|
|
|
|
## Screenshot
|
|
|
|
<div style="display: flex; overflow-x: auto; white-space: nowrap;">
|
|
<img src="./assets/1.jpg" alt="图片1" style="max-width: 100%; margin-right: 10px;">
|
|
<img src="./assets/2.jpg" alt="图片2" style="max-width: 100%; margin-right: 10px;">
|
|
<img src="./assets/3.jpg" alt="图片3" style="max-width: 100%;">
|
|
</div>
|
|
|
|
## 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.
|