Chat gpt full Width

Make chat gpt full width.

O que é Chat gpt full Width?

Chat gpt full Width é uma extensão do Chrome desenvolvida por Oleg Soldatikhine, e sua principal característica é "Make chat gpt full width.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Chat gpt full Width

Baixe arquivos de extensão Chat gpt full Width no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Chat gpt full Width Chat gpt full Width
ID mahkbahfmpgkgmjhgaoehmhdecfhkmee
URL Oficial https://chromewebstore.google.com/detail/chat-gpt-full-width/mahkbahfmpgkgmjhgaoehmhdecfhkmee
Descrição Make chat gpt full width.
Tamanho do Arquivo 3.66 KB
Contagem de Instalações 21
Versão Atual 1.0
Última Atualização 2023-09-18
Data de Publicação 2023-09-17
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Oleg Soldatikhine
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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": []
}