From 77b72582738987d894df8b13126950264a6607e2 Mon Sep 17 00:00:00 2001 From: "bob.rao" Date: Fri, 21 Apr 2023 22:27:11 +0800 Subject: [PATCH] add cn readme --- README-CN.md | 24 ++++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 26 insertions(+) create mode 100644 README-CN.md diff --git a/README-CN.md b/README-CN.md new file mode 100644 index 0000000..cf885ce --- /dev/null +++ b/README-CN.md @@ -0,0 +1,24 @@ +# bulk-delete-chatGPT + +# 项目介绍 + +bulk-delete-chatGPT 是一个 Chrome 扩展程序,用于批量删除 ChatGPT 页面上的对话。使用此扩展程序可以快速、轻松地管理 ChatGPT 页面上的对话。它包含一个简洁的用户界面,提供了一种高效的方式来执行批量删除对话操作。 + +# 录屏 + +# 使用说明 + +- 克隆或下载此项目。 + +```shell +git@github.com:qcrao/bulk-delete-chatGPT.git +``` + +- 在 Chrome 浏览器中,转到 chrome://extensions/ 页面。打开 "开发者模式"。 +- 点击 "加载已解压的扩展程序",然后选择下载的项目文件夹。现在,您应该在 Chrome 扩展程序列表中看到 bulk-delete-chatGPT 扩展程序。 +- 打开 [ChatGPT 网站页面](https://chat.openai.com/)。 +- 点击浏览器右上角的 bulk-delete-chatGPT 扩展程序图标。 +- 点击 "添加复选框"按钮。扩展会自动地在 ChatGPT 页面左侧的每个对话前添加一个复选框。 +- 选中你想删除的对话。 +- 点击 "批量删除"按钮,选中的对话将被删除。 +- 如有需要,您可以点击 "去掉复选框" 按钮来隐藏复选框。 \ No newline at end of file diff --git a/README.md b/README.md index 096908c..83a2bd9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # 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.