WideGPT

Wider Chat GPT chat - more comfortable for reading the output.

什么是WideGPT?

WideGPT是由Emil Pirlea开发的Chrome扩展程序,该扩展的主要功能是“Wider Chat GPT chat - more comfortable for reading the output.”。

扩展截图

screenshot
screenshot
screenshot

下载WideGPT扩展crx文件

下载WideGPT扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Wider Chat GPT chat - more comfortable for reading the output.

This extension will enlarge Chat GPT output space, useful for code type of reply that are narrower in small windows, or any other reply that will have a horizontal scroll on it. This extension will make sure the effective working space is fully used.                    

扩展基本信息

名称 WideGPT WideGPT
ID kcgdmbfjemoicfbhbflcnlaeldaembpo
官方URL https://chromewebstore.google.com/detail/widegpt/kcgdmbfjemoicfbhbflcnlaeldaembpo
简介 Wider Chat GPT chat - more comfortable for reading the output.
文件大小 10.44 KB
安装次数 72
当前版本 1.1
更新时间 2023-12-04
上架时间 2023-08-28
评分 4.33/5 共3次评分
开发者 Emil Pirlea
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WideGPT",
    "version": "1.1",
    "description": "Wider Chat GPT chat - more comfortable for reading the output.",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "author": "[email protected]",
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ]
        }
    ]
}