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开发的Chrome扩展程序,该扩展的主要功能是“A browser plugin for ChatGPT that simplifies sending large texts by breaking them into multiple messages.”。

扩展截图

screenshot
screenshot

下载Chat Gpt Long Text Input扩展crx文件

下载Chat Gpt Long Text Input扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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