WideGPT

Wider Chat GPT chat - more comfortable for reading the output.

¿Qué es WideGPT?

WideGPT es una extensión de Chrome desarrollada por Emil Pirlea, y su función principal es "Wider Chat GPT chat - more comfortable for reading the output.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión WideGPT

Descarga archivos de extensión WideGPT 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

                        Wider Chat GPT chat - more comfortable for reading the output.

This extension will enlarge Chat GPT output space, useful for code type of reply that are narrower in small windows, or any other reply that will have a horizontal scroll on it. This extension will make sure the effective working space is fully used.                    

Información Básica de la Extensión

Nombre WideGPT WideGPT
ID kcgdmbfjemoicfbhbflcnlaeldaembpo
URL Oficial https://chromewebstore.google.com/detail/widegpt/kcgdmbfjemoicfbhbflcnlaeldaembpo
Descripción Wider Chat GPT chat - more comfortable for reading the output.
Tamaño del Archivo 10.44 KB
Cantidad de Instalaciones 72
Versión Actual 1.1
Última Actualización 2023-12-04
Fecha de Publicación 2023-08-28
Calificación 4.33/5 Total de 3 Calificaciones
Desarrollador Emil Pirlea
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WideGPT",
    "version": "1.1",
    "description": "Wider Chat GPT chat - more comfortable for reading the output.",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "author": "[email protected]",
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ]
        }
    ]
}