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ファイルをダウンロード

Split Long Text for Chat GPT拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}