Skip to content

Commit

Permalink
Update document
Browse files Browse the repository at this point in the history
  • Loading branch information
sailist committed Apr 14, 2023
1 parent b6db976 commit cc8ff36
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Features:
- [Markdown convertion support](#markdown-support): Convert dialogues into markdown format.
- [Copy, Save and Export Page](#injected-button-group): Copy, Save and Export dialogues by [injected button group](#injected-button-group).
- [Admin Page](#admin-dashboard): Easy to manage all in option page.
- [Ask anywhere](#ask-anywhere): Open an gpt page, then you can select and prompt anywhere without API.

## Prompt hint

Expand Down Expand Up @@ -53,6 +54,20 @@ Saved dialogue history:

![](images/dashboard-2.png)

## Ask anywhere

Select the answer text, and then re-prompt it:

![](images/re-prompt.gif)

Select in any page, and prompt them:

![](images/connect-cross-page-with-prompt.gif)

![](images/connect-cross-page.gif)

> Type `c` to send text directly, type `x` to open the prompt-hint menu. These shortcut can be changed in the `settings` tab of option page.
# How to install

## Install from Chrome Web Store
Expand Down Expand Up @@ -91,7 +106,7 @@ This plugin is driven by my personal interest. If you like this plugin, please c

# Contribution

-
-

# Acknowledge

Expand Down
13 changes: 13 additions & 0 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- [Markdown 转换支持](#markdown-转换支持):将对话转换为 markdown 格式。
- [复制、保存和导出页面](#额外功能按钮):通过[注入按钮组](#额外功能按钮)复制、保存和导出对话。
- [后台管理](#后台管理):在选项页面中轻松管理所有。
- [在任意位置提问](#在任意位置提问):无需 API,开启一个 ChatGPT 页面即可跨页面提问。

## Prompt 提示

Expand Down Expand Up @@ -48,6 +49,18 @@

![](./images/dashboard-2.png)

## 在任意位置提问

在任意页面选中文本,按 `c` 键直接发送到 ChatGPT 页面,按 `x` 弹出 Prompt-hint 选择 Prompt 发送。

![](images/re-prompt.gif)

这一功能是跨页面的:

![](images/connect-cross-page-with-prompt.gif)

![](images/connect-cross-page.gif)

# 安装

## 从 Chrome 网上应用店安装
Expand Down

0 comments on commit cc8ff36

Please sign in to comment.