ChatGPT Full Width

Increase the chat size to match the screen size in ChatGPT, instead of the default narrow chat bubbles.

Wat is ChatGPT Full Width?

ChatGPT Full Width is een Chrome-extensie ontwikkeld door zmunkas, en de belangrijkste functie is "Increase the chat size to match the screen size in ChatGPT, instead of the default narrow chat bubbles.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie ChatGPT Full Width

Download ChatGPT Full Width-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        If you are using ChatGPT and got tired of the criminally narrow chat bubbles especially when using for coding, you can add this extension to make the chat fill the available space.
With a better, full screen view the site is much more concise and code segments can be read and used much more easily.                    

Basisinformatie over de Extensie

Naam ChatGPT Full Width ChatGPT Full Width
ID gfnkaajgicgkehogagoiccdpecbhjikd
Officiële URL https://chromewebstore.google.com/detail/chatgpt-full-width/gfnkaajgicgkehogagoiccdpecbhjikd
Beschrijving Increase the chat size to match the screen size in ChatGPT, instead of the default narrow chat bubbles.
Bestandsgrootte 540 KB
Aantal Installaties 711
Huidige Versie 1.1
Laatst Bijgewerkt 2023-12-16
Publicatiedatum 2023-06-07
Beoordeling 4.33/5 Totaal 9 Beoordelingen
Ontwikkelaar zmunkas
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://bmc.link/zoltanmunkas
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Full Width",
    "description": "Increase the chat size to match the screen size in ChatGPT, instead of the default narrow chat bubbles.",
    "version": "1.1",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "author": "[email protected]",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}