WideGPT

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

What is WideGPT?

WideGPT is a Chrome extension developed by Emil Pirlea, and its main feature is "Wider Chat GPT chat - more comfortable for reading the output.".

Extension Screenshots

screenshot
screenshot
screenshot

Download WideGPT Extension CRX File

Download WideGPT extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name WideGPT WideGPT
ID kcgdmbfjemoicfbhbflcnlaeldaembpo
Official URL https://chromewebstore.google.com/detail/widegpt/kcgdmbfjemoicfbhbflcnlaeldaembpo
Description Wider Chat GPT chat - more comfortable for reading the output.
File Size 10.44 KB
Installation Count 72
Current Version 1.1
Last Updated 2023-12-04
Publish Date 2023-08-28
Rating 4.33/5 Total 3 Ratings
Developer Emil Pirlea
Email [email protected]
Payment Type free
Supported Languages 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\/*"
            ]
        }
    ]
}