Chat gpt full Width

Make chat gpt full width.

Qu'est-ce que Chat gpt full Width ?

Chat gpt full Width est une extension Chrome développée par Oleg Soldatikhine, et sa fonction principale est "Make chat gpt full width.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Chat gpt full Width

Téléchargez les fichiers d'extension Chat gpt full Width 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

                        This extension makes the GPT chat section full width. It makes it easier to read code snippets. As a developer, I use this tool.                    

Informations de Base sur l'Extension

Nom Chat gpt full Width Chat gpt full Width
ID mahkbahfmpgkgmjhgaoehmhdecfhkmee
URL Officiel https://chromewebstore.google.com/detail/chat-gpt-full-width/mahkbahfmpgkgmjhgaoehmhdecfhkmee
Description Make chat gpt full width.
Taille du Fichier 3.66 KB
Nombre d'Installations 21
Version Actuelle 1.0
Dernière Mise à Jour 2023-09-18
Date de Publication 2023-09-17
Évaluation 5.00/5 Total 3 Évaluations
Développeur Oleg Soldatikhine
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": "Chat gpt full Width",
    "version": "1.0",
    "description": "Make chat gpt full width.",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": []
}