ChatGPT Continue Button
Add a continue button to ChatGPT
什么是ChatGPT Continue Button?
ChatGPT Continue Button是由taishin05109开发的Chrome扩展程序,该扩展的主要功能是“Add a continue button to ChatGPT”。
扩展截图
下载ChatGPT Continue Button扩展crx文件
下载ChatGPT Continue Button扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
"ChatGPT Continue Button" is a Chrome extension that allows users to easily request the continuation of a response from ChatGPT in case it gets interrupted. This extension displays a "Continue" button right after the input field of ChatGPT, and by simply tapping the button, users can send the text "Continue" to ChatGPT.
The main benefits of this extension include:
- Users can easily request the continuation of a response, enabling them to get an immediate follow-up response even if the previous one got interrupted.
- By simply tapping the button, users can send the text "Continue," making it more convenient to use ChatGPT.
- This extension enhances the user experience of ChatGPT, making communication smoother and more seamless.
In summary, "ChatGPT Continue Button" is a very useful Chrome extension that improves the user experience of ChatGPT. 扩展基本信息
| 名称 | |
| ID | fnjdboejkfbaeijiogeaickgfmjopdno |
| 官方URL | https://chromewebstore.google.com/detail/chatgpt-continue-button/fnjdboejkfbaeijiogeaickgfmjopdno |
| 简介 | Add a continue button to ChatGPT |
| 文件大小 | 651 KB |
| 安装次数 | 446 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2023-03-28 |
| 上架时间 | 2023-03-27 |
| 开发者 | taishin05109 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://taishin-miyamoto.com/PrivacyPolicy.html |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "ChatGPT Continue Button",
"version": "1.0.0",
"description": "Add a continue button to ChatGPT",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/chat.openai.com\/chat\/*"
],
"js": [
"content.js"
]
}
]
} | |