Split Long Text for Chat GPT

Split Long Text for Chat GPT

Qu'est-ce que Split Long Text for Chat GPT ?

Split Long Text for Chat GPT est une extension Chrome développée par Split Long Text, et sa fonction principale est "Split Long Text for Chat GPT".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Split Long Text for Chat GPT

Téléchargez les fichiers d'extension Split Long Text for Chat GPT au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Split Long Text for Chat GPT Split Long Text for Chat GPT
ID ninfbacppokhhaekjbgfhemhmlalfmmn
URL Officiel https://chromewebstore.google.com/detail/split-long-text-for-chat/ninfbacppokhhaekjbgfhemhmlalfmmn
Description Split Long Text for Chat GPT
Taille du Fichier 75.96 KB
Nombre d'Installations 8,455
Version Actuelle 1.0
Dernière Mise à Jour 2023-03-26
Date de Publication 2023-03-23
Évaluation 3.64/5 Total 14 Évaluations
Développeur Split Long Text
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.splitlongtext.com
URL de la Page d'Aide https://www.splitlongtext.com/help
URL de la Page de Politique de Confidentialité https://www.splitlongtext.com/privacy
Langues Prises en Charge 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"
    ]
}