WideGPT

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

Qu'est-ce que WideGPT ?

WideGPT est une extension Chrome développée par Emil Pirlea, et sa fonction principale est "Wider Chat GPT chat - more comfortable for reading the output.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension WideGPT

Téléchargez les fichiers d'extension WideGPT au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom WideGPT WideGPT
ID kcgdmbfjemoicfbhbflcnlaeldaembpo
URL Officiel https://chromewebstore.google.com/detail/widegpt/kcgdmbfjemoicfbhbflcnlaeldaembpo
Description Wider Chat GPT chat - more comfortable for reading the output.
Taille du Fichier 10.44 KB
Nombre d'Installations 72
Version Actuelle 1.1
Dernière Mise à Jour 2023-12-04
Date de Publication 2023-08-28
Évaluation 4.33/5 Total 3 Évaluations
Développeur Emil Pirlea
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}