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 |
| Eメール | [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"
]
}
]
} | |