ChatGPT Full Width

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

ChatGPT Full Widthとは何ですか?

ChatGPT Full Widthはzmunkasによって開発されたChromeの拡張機能で、その主な機能は「Increase the chat size to match the screen size in ChatGPT, instead of the default narrow chat bubbles.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

ChatGPT Full Width拡張機能のCRXファイルをダウンロード

ChatGPT Full Width拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 ChatGPT Full Width ChatGPT Full Width
ID gfnkaajgicgkehogagoiccdpecbhjikd
公式URL https://chromewebstore.google.com/detail/chatgpt-full-width/gfnkaajgicgkehogagoiccdpecbhjikd
説明 Increase the chat size to match the screen size in ChatGPT, instead of the default narrow chat bubbles.
ファイルサイズ 540 KB
インストール数 711
現在のバージョン 1.1
最終更新日 2023-12-16
公開日 2023-06-07
評価 4.33/5 合計 9 レビュー
開発者 zmunkas
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://bmc.link/zoltanmunkas
対応言語 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"
            ]
        }
    ]
}