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
Eメール [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\/*"
            ]
        }
    ]
}