ChatGPT Full Width

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

Co je ChatGPT Full Width?

ChatGPT Full Width je rozšíření Chrome vyvinuté zmunkas, a jeho hlavní funkcí je „Increase the chat size to match the screen size in ChatGPT, instead of the default narrow chat bubbles.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření ChatGPT Full Width

Stáhněte si soubory rozšíření ChatGPT Full Width ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název ChatGPT Full Width ChatGPT Full Width
ID gfnkaajgicgkehogagoiccdpecbhjikd
Oficiální URL https://chromewebstore.google.com/detail/chatgpt-full-width/gfnkaajgicgkehogagoiccdpecbhjikd
Popis Increase the chat size to match the screen size in ChatGPT, instead of the default narrow chat bubbles.
Velikost souboru 540 KB
Počet instalací 711
Aktuální Verze 1.1
Poslední Aktualizace 2023-12-16
Datum Vydání 2023-06-07
Hodnocení 4.33/5 Celkem 9 Hodnocení
Vývojář zmunkas
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://bmc.link/zoltanmunkas
Podporované Jazyky 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"
            ]
        }
    ]
}