Chat gpt full Width

Make chat gpt full width.

Cos'è Chat gpt full Width?

Chat gpt full Width è un'estensione di Chrome sviluppata da Oleg Soldatikhine, e la sua funzione principale è "Make chat gpt full width.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Chat gpt full Width

Scarica i file di estensione Chat gpt full Width in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Chat gpt full Width Chat gpt full Width
ID mahkbahfmpgkgmjhgaoehmhdecfhkmee
URL Ufficiale https://chromewebstore.google.com/detail/chat-gpt-full-width/mahkbahfmpgkgmjhgaoehmhdecfhkmee
Descrizione Make chat gpt full width.
Dimensione del File 3.66 KB
Conteggio Installazioni 21
Versione Corrente 1.0
Ultimo Aggiornamento 2023-09-18
Data di Pubblicazione 2023-09-17
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Oleg Soldatikhine
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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": []
}