WideGPT

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

O que é WideGPT?

WideGPT é uma extensão do Chrome desenvolvida por Emil Pirlea, e sua principal característica é "Wider Chat GPT chat - more comfortable for reading the output.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão WideGPT

Baixe arquivos de extensão WideGPT 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

                        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.                    

Informações Básicas da Extensão

Nome WideGPT WideGPT
ID kcgdmbfjemoicfbhbflcnlaeldaembpo
URL Oficial https://chromewebstore.google.com/detail/widegpt/kcgdmbfjemoicfbhbflcnlaeldaembpo
Descrição Wider Chat GPT chat - more comfortable for reading the output.
Tamanho do Arquivo 10.44 KB
Contagem de Instalações 72
Versão Atual 1.1
Última Atualização 2023-12-04
Data de Publicação 2023-08-28
Classificação 4.33/5 Total de 3 Avaliações
Desenvolvedor Emil Pirlea
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": "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\/*"
            ]
        }
    ]
}