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
电子邮箱 [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": []
}