Chat Gpt Long Text Input

A Chrome/Edge Browser plugin for Chat Gpt that automates the entry of a large peice of text a little bit at a time.

Qu'est-ce que Chat Gpt Long Text Input ?

Chat Gpt Long Text Input est une extension Chrome développée par tamt, et sa fonction principale est "A Chrome/Edge Browser plugin for Chat Gpt that automates the entry of a large peice of text a little bit at a time.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Chat Gpt Long Text Input

Téléchargez les fichiers d'extension Chat Gpt Long Text Input 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

                        Ported from: https://github.com/NicoleFaye/Chat-Gpt-Long-Text-Input

A browser extension for Chat Gpt that automates the entry of a large peice of text a little bit at a time.                    

Informations de Base sur l'Extension

Nom Chat Gpt Long Text Input Chat Gpt Long Text Input
ID foklfgbcnbjnjcpfmcgjimomcaehaahc
URL Officiel https://chromewebstore.google.com/detail/chat-gpt-long-text-input/foklfgbcnbjnjcpfmcgjimomcaehaahc
Description A Chrome/Edge Browser plugin for Chat Gpt that automates the entry of a large peice of text a little bit at a time.
Taille du Fichier 117 KB
Nombre d'Installations 621
Version Actuelle 1.1
Dernière Mise à Jour 2023-04-20
Date de Publication 2023-04-20
Évaluation 3.00/5 Total 2 Évaluations
Développeur tamt
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A Chrome\/Edge Browser plugin for Chat Gpt that automates the entry of a large peice of text a little bit at a time.",
    "manifest_version": 3,
    "name": "Chat Gpt Long Text Input",
    "version": "1.1",
    "homepage_url": "https:\/\/github.com\/NicoleFaye\/Chat-Gpt-Long-Text-Input",
    "icons": {
        "48": "icons\/Red48.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_icon": "icons\/Red32.png",
        "default_title": "Chat Gpt Long Text Input",
        "default_popup": "popup\/ChatGptLongTextInput.html"
    }
}