Split Long Text for Chat GPT

Split Long Text for Chat GPT

O que é Split Long Text for Chat GPT?

Split Long Text for Chat GPT é uma extensão do Chrome desenvolvida por Split Long Text, e sua principal característica é "Split Long Text for Chat GPT".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Split Long Text for Chat GPT

Baixe arquivos de extensão Split Long Text for Chat GPT no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Split Long Text for Chat GPT Split Long Text for Chat GPT
ID ninfbacppokhhaekjbgfhemhmlalfmmn
URL Oficial https://chromewebstore.google.com/detail/split-long-text-for-chat/ninfbacppokhhaekjbgfhemhmlalfmmn
Descrição Split Long Text for Chat GPT
Tamanho do Arquivo 75.96 KB
Contagem de Instalações 8,455
Versão Atual 1.0
Última Atualização 2023-03-26
Data de Publicação 2023-03-23
Classificação 3.64/5 Total de 14 Avaliações
Desenvolvedor Split Long Text
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.splitlongtext.com
URL da Página de Ajuda https://www.splitlongtext.com/help
URL da Página de Política de Privacidade https://www.splitlongtext.com/privacy
Idiomas Suportados 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"
    ]
}