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 là gì?

Chat Gpt Long Text Input là một tiện ích mở rộng Chrome được phát triển bởi nicolefayedemera, và tính năng chính của nó là "A browser plugin for ChatGPT that simplifies sending large texts by breaking them into multiple messages.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Chat Gpt Long Text Input

Tải xuống các tệp mở rộng Chat Gpt Long Text Input dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Chat Gpt Long Text Input Chat Gpt Long Text Input
ID hbomibpicdjokaedngbojejahflkippj
URL Chính Thức https://chromewebstore.google.com/detail/chat-gpt-long-text-input/hbomibpicdjokaedngbojejahflkippj
Mô tả A browser plugin for ChatGPT that simplifies sending large texts by breaking them into multiple messages.
Kích Thước Tệp 1.63 MB
Số Lần Cài Đặt 2,110
Phiên Bản Hiện Tại 1.8.4
Cập Nhật Lần Cuối 2024-02-22
Ngày Phát Hành 2023-05-04
Đánh Giá 3.63/5 Tổng số 8 Đánh Giá
Nhà Phát Triển nicolefayedemera
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/NicoleFaye/Chat-Gpt-Long-Text-Input
URL Trang Trợ Giúp https://github.com/NicoleFaye/Chat-Gpt-Long-Text-Input/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}