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é es Chat Gpt Long Text Input?

Chat Gpt Long Text Input es una extensión de Chrome desarrollada por tamt, y su función principal es "A Chrome/Edge Browser plugin for Chat Gpt that automates the entry of a large peice of text a little bit at a time.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Chat Gpt Long Text Input

Descarga archivos de extensión Chat Gpt Long Text Input en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Chat Gpt Long Text Input Chat Gpt Long Text Input
ID foklfgbcnbjnjcpfmcgjimomcaehaahc
URL Oficial https://chromewebstore.google.com/detail/chat-gpt-long-text-input/foklfgbcnbjnjcpfmcgjimomcaehaahc
Descripción A Chrome/Edge Browser plugin for Chat Gpt that automates the entry of a large peice of text a little bit at a time.
Tamaño del Archivo 117 KB
Cantidad de Instalaciones 621
Versión Actual 1.1
Última Actualización 2023-04-20
Fecha de Publicación 2023-04-20
Calificación 3.00/5 Total de 2 Calificaciones
Desarrollador tamt
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}