ChatGPT Continue Button

Add a continue button to ChatGPT

ChatGPT Continue Button क्या है?

ChatGPT Continue Button taishin05109 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add a continue button to ChatGPT"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ChatGPT Continue Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        "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"
            ]
        }
    ]
}