WideGPT

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

Wat is WideGPT?

WideGPT is een Chrome-extensie ontwikkeld door Emil Pirlea, en de belangrijkste functie is "Wider Chat GPT chat - more comfortable for reading the output.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie WideGPT

Download WideGPT-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam WideGPT WideGPT
ID kcgdmbfjemoicfbhbflcnlaeldaembpo
Officiële URL https://chromewebstore.google.com/detail/widegpt/kcgdmbfjemoicfbhbflcnlaeldaembpo
Beschrijving Wider Chat GPT chat - more comfortable for reading the output.
Bestandsgrootte 10.44 KB
Aantal Installaties 72
Huidige Versie 1.1
Laatst Bijgewerkt 2023-12-04
Publicatiedatum 2023-08-28
Beoordeling 4.33/5 Totaal 3 Beoordelingen
Ontwikkelaar Emil Pirlea
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}