ChatGPT Full Width

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

Apa itu ChatGPT Full Width?

ChatGPT Full Width adalah ekstensi Chrome yang dikembangkan oleh zmunkas, dan fitur utamanya adalah "Increase the chat size to match the screen size in ChatGPT, instead of the default narrow chat bubbles.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi ChatGPT Full Width

Unduh file ekstensi ChatGPT Full Width dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama ChatGPT Full Width ChatGPT Full Width
ID gfnkaajgicgkehogagoiccdpecbhjikd
URL Resmi https://chromewebstore.google.com/detail/chatgpt-full-width/gfnkaajgicgkehogagoiccdpecbhjikd
Deskripsi Increase the chat size to match the screen size in ChatGPT, instead of the default narrow chat bubbles.
Ukuran File 540 KB
Jumlah Instalasi 711
Versi Saat Ini 1.1
Terakhir Diperbarui 2023-12-16
Tanggal Publikasi 2023-06-07
Penilaian 4.33/5 Total 9 Penilaian
Pengembang zmunkas
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://bmc.link/zoltanmunkas
Bahasa yang Didukung 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"
            ]
        }
    ]
}