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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}