Chat gpt full Width

Make chat gpt full width.

Chat gpt full Widthとは何ですか?

Chat gpt full WidthはOleg Soldatikhineによって開発されたChromeの拡張機能で、その主な機能は「Make chat gpt full width.」です。

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

screenshot

Chat gpt full Width拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension makes the GPT chat section full width. It makes it easier to read code snippets. As a developer, I use this tool.                    

拡張機能の基本情報

名前 Chat gpt full Width Chat gpt full Width
ID mahkbahfmpgkgmjhgaoehmhdecfhkmee
公式URL https://chromewebstore.google.com/detail/chat-gpt-full-width/mahkbahfmpgkgmjhgaoehmhdecfhkmee
説明 Make chat gpt full width.
ファイルサイズ 3.66 KB
インストール数 21
現在のバージョン 1.0
最終更新日 2023-09-18
公開日 2023-09-17
評価 5.00/5 合計 3 レビュー
開発者 Oleg Soldatikhine
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chat gpt full Width",
    "version": "1.0",
    "description": "Make chat gpt full width.",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": []
}