Chat Gpt Long Text Input

A browser plugin for ChatGPT that simplifies sending large texts by breaking them into multiple messages.

Chat Gpt Long Text Input क्या है?

Chat Gpt Long Text Input nicolefayedemera द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A browser plugin for ChatGPT that simplifies sending large texts by breaking them into multiple messages."।

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

screenshot
screenshot

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

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

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

                        A browser plugin for ChatGPT that simplifies sending large texts by breaking them into multiple messages. 

- Custom initial message.
- Custom prepended message before each section of the of the split up text.
- Custom appended message after each section of the split up text.
- Optional Custom final message after completing message input.
- Reset button resets prompts to defaults 
- Resume button resumes entry from specified starting point in the input text.
- Stop buttoncancels any active input.
- Import text files (.txt, .csv, .xml, etc)
- Real time estimate of batch completion
- Display how many messages will be sent before sending

To import text files, click the enable file picker button option above the "Text to Import" box while in a chatgpt chat window. This will add a button onto the current chat to the left of the regenerate response button if it is visisble. Clicking this will open a file dialog, which will import the file into the plugins input area.                    

एक्सटेंशन की मूल जानकारी

नाम Chat Gpt Long Text Input Chat Gpt Long Text Input
ID hbomibpicdjokaedngbojejahflkippj
आधिकारिक URL https://chromewebstore.google.com/detail/chat-gpt-long-text-input/hbomibpicdjokaedngbojejahflkippj
विवरण A browser plugin for ChatGPT that simplifies sending large texts by breaking them into multiple messages.
फ़ाइल का आकार 1.63 MB
स्थापना संख्या 2,110
वर्तमान संस्करण 1.8.4
अंतिम अपडेट 2024-02-22
प्रकाशन तिथि 2023-05-04
रेटिंग 3.63/5 कुल 8 रेटिंग्स
डेवलपर nicolefayedemera
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/NicoleFaye/Chat-Gpt-Long-Text-Input
सहायता पृष्ठ URL https://github.com/NicoleFaye/Chat-Gpt-Long-Text-Input/issues
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "description": "A browser plugin for ChatGPT that simplifies sending large texts by breaking them into multiple messages.",
    "name": "Chat Gpt Long Text Input",
    "version": "1.8.4",
    "homepage_url": "https:\/\/github.com\/NicoleFaye\/Chat-Gpt-Long-Text-Input",
    "icons": {
        "48": "icons\/Red48.png",
        "32": "icons\/Red32.png",
        "128": "icons\/Red128.png",
        "256": "icons\/big.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/chat.openai.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "config.json",
                "icons\/Red32.png"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ]
        }
    ],
    "action": {
        "default_icon": "icons\/Red32.png",
        "default_title": "Chat Gpt Long Text Input",
        "default_popup": "popup\/index.html"
    }
}