ChatGPT Continue Button

Add a continue button to ChatGPT

ChatGPT Continue Buttonคืออะไร?

ChatGPT Continue Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย taishin05109 และคุณลักษณะหลักของมันคือ "Add a continue button to ChatGPT"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChatGPT Continue Button

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ChatGPT Continue Button ChatGPT Continue Button
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"
            ]
        }
    ]
}