Split Long Text for Chat GPT

Split Long Text for Chat GPT

Hvad er Split Long Text for Chat GPT?

Split Long Text for Chat GPT er en Chrome-udvidelse udviklet af Split Long Text, og dens hovedfunktion er "Split Long Text for Chat GPT".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Split Long Text for Chat GPT-udvidelses-CRX-fil

Download Split Long Text for Chat GPT-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Split Long Text for Chat GPT Split Long Text for Chat GPT
ID ninfbacppokhhaekjbgfhemhmlalfmmn
Officiel URL https://chromewebstore.google.com/detail/split-long-text-for-chat/ninfbacppokhhaekjbgfhemhmlalfmmn
Beskrivelse Split Long Text for Chat GPT
Filstørrelse 75.96 KB
Antal Installationer 8,455
Nuværende Version 1.0
Senest Opdateret 2023-03-26
Udgivelsesdato 2023-03-23
Bedømmelse 3.64/5 Samlet 14 Bedømmelser
Udvikler Split Long Text
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.splitlongtext.com
Hjælpeside-URL https://www.splitlongtext.com/help
URL til Fortrolighedspolitik Side https://www.splitlongtext.com/privacy
Understøttede Sprog 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"
    ]
}