Split Long Text for Chat GPT

Split Long Text for Chat GPT

Split Long Text for Chat GPT란 무엇입니까?

Split Long Text for Chat GPT은(는) Split Long Text에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Split Long Text for Chat GPT"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Split Long Text for Chat GPT 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Easily split a long text, and paste each part in your chat with GPT.

***
Introducing Split Long Text for Chat GPT – a must-have Chrome extension for all Chat GPT users. If you ever wanted to easily feed long text, over 4000 characters, to your chat with GPT, this extension is the perfect solution to save time and effort. No more struggling to manually divide your text; Split Long Text will do it for you in just a few simple steps.

How to use Split Long Text for Chat GPT:

1. Install and open the Split Long Text Chrome extension.
2. Click on the "Copy Page" button to start the process.
3. The extension will automatically divide the long text into manageable parts.
4. Copy each part one by one, and paste it seamlessly into your chat with GPT.

Experience the ease and convenience of interacting with your AI model without the character limit constraints. With Split Long Text, you can focus on what matters most – getting valuable insights from your AI-powered conversations.

Key Features:

• Hassle-free splitting of long text exceeding 4000 characters.
• User-friendly interface for quick and easy copying and pasting.
• Time-saving solution for an efficient Chat GPT experience.

Please note that Split Long Text for Chat GPT is not provided or endorsed by OpenAI. It is an independent extension designed to enhance your Chat GPT user experience.

Don't miss out on the opportunity to simplify your Chat GPT interactions. Install the Split Long Text for Chat GPT Chrome extension now and revolutionize the way you engage with your AI model. Click the "Add to Chrome" button and unlock a smoother, more streamlined Chat GPT experience today!                    

확장 프로그램 기본 정보

이름 Split Long Text for Chat GPT Split Long Text for Chat GPT
ID ninfbacppokhhaekjbgfhemhmlalfmmn
공식 URL https://chromewebstore.google.com/detail/split-long-text-for-chat/ninfbacppokhhaekjbgfhemhmlalfmmn
설명 Split Long Text for Chat GPT
파일 크기 75.96 KB
설치 횟수 8,455
현재 버전 1.0
최근 업데이트 2023-03-26
출시 날짜 2023-03-23
평점 3.64/5 총 14 개의 평점
개발자 Split Long Text
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.splitlongtext.com
도움말 페이지 URL https://www.splitlongtext.com/help
개인정보 보호 정책 페이지 URL https://www.splitlongtext.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Split Long Text for Chat GPT",
    "description": "Split Long Text for Chat GPT",
    "version": "1.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Open to Split Long Text for Chat GPT"
    },
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/static\/js\/content.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "activeTab",
        "scripting"
    ]
}