ChatGPT Full Width
Increase the chat size to match the screen size in ChatGPT, instead of the default narrow chat bubbles.
O que é ChatGPT Full Width?
ChatGPT Full Width é uma extensão do Chrome desenvolvida por zmunkas, e sua principal característica é "Increase the chat size to match the screen size in ChatGPT, instead of the default narrow chat bubbles.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ChatGPT Full Width
Baixe arquivos de extensão ChatGPT 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
If you are using ChatGPT and got tired of the criminally narrow chat bubbles especially when using for coding, you can add this extension to make the chat fill the available space. With a better, full screen view the site is much more concise and code segments can be read and used much more easily.
Informações Básicas da Extensão
Nome | ChatGPT Full Width |
ID | gfnkaajgicgkehogagoiccdpecbhjikd |
URL Oficial | https://chromewebstore.google.com/detail/chatgpt-full-width/gfnkaajgicgkehogagoiccdpecbhjikd |
Descrição | Increase the chat size to match the screen size in ChatGPT, instead of the default narrow chat bubbles. |
Tamanho do Arquivo | 540 KB |
Contagem de Instalações | 711 |
Versão Atual | 1.1 |
Última Atualização | 2023-12-16 |
Data de Publicação | 2023-06-07 |
Classificação | 4.33/5 Total de 9 Avaliações |
Desenvolvedor | zmunkas |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://bmc.link/zoltanmunkas |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT Full Width", "description": "Increase the chat size to match the screen size in ChatGPT, instead of the default narrow chat bubbles.", "version": "1.1", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "author": "[email protected]", "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "css": [ "styles.css" ], "js": [ "content.js" ] } ] } |