Expand chatGPT response box

Effortlessly expand the width of your ChatGPT response box with this simple, one-click installation browser extension!!

¿Qué es Expand chatGPT response box?

Expand chatGPT response box es una extensión de Chrome desarrollada por leesangmin144, y su función principal es "Effortlessly expand the width of your ChatGPT response box with this simple, one-click installation browser extension!!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Expand chatGPT response box

Descarga archivos de extensión Expand chatGPT response box 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

                        This extension expands the width of the all boxes on chatGPT, enhancing readability for users. By installing this feature, you'll experience a more comfortable reading experience as the layout adapts to provide better visibility and comprehension of the content.

[*] Change Log
v1.7 (November 28, 2023)
- Response to CSS Changes

v1.6 (September 6, 2023)
- Now operates normally in response to the recent CSS changes(September, 2023) made to ChatGPT

v1.5 (June 25, 2023)
- Resolved a bug where the plugin was not working when the sidebar is hidden.

v1.4 (June 12, 2023)
- Code optimization has improved page loading speed
- Now operates normally in response to the recent CSS changes(June 9, 2023) made to ChatGPT                    

Información Básica de la Extensión

Nombre Expand chatGPT response box Expand chatGPT response box
ID nehmhcllmfdglklmgbmppcbefipnlpod
URL Oficial https://chromewebstore.google.com/detail/expand-chatgpt-response-b/nehmhcllmfdglklmgbmppcbefipnlpod
Descripción Effortlessly expand the width of your ChatGPT response box with this simple, one-click installation browser extension!!
Tamaño del Archivo 10.31 KB
Cantidad de Instalaciones 146
Versión Actual 1.7
Última Actualización 2023-11-28
Fecha de Publicación 2023-04-12
Calificación 4.83/5 Total de 6 Calificaciones
Desarrollador leesangmin144
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/leesangmin144/Expand-chatGPT-response-box
URL de la Página de Ayuda https://github.com/leesangmin144/Expand-chatGPT-response-box
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Expand chatGPT response box",
    "version": "1.7",
    "icons": {
        "48": "images\/icons\/icon48.png",
        "64": "images\/icons\/icon64.png",
        "72": "images\/icons\/icon72.png",
        "96": "images\/icons\/icon96.png",
        "128": "images\/icons\/icon128.png"
    },
    "description": "Effortlessly expand the width of your ChatGPT response box with this simple, one-click installation browser extension!!",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ]
}