ChatGPT Full Width
Increase the chat size to match the screen size in ChatGPT, instead of the default narrow chat bubbles.
Cos'è ChatGPT Full Width?
ChatGPT Full Width è un'estensione di Chrome sviluppata da zmunkas, e la sua funzione principale è "Increase the chat size to match the screen size in ChatGPT, instead of the default narrow chat bubbles.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ChatGPT Full Width
Scarica i file di estensione ChatGPT 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
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.
Informazioni di Base sull'Estensione
Nome | ChatGPT Full Width |
ID | gfnkaajgicgkehogagoiccdpecbhjikd |
URL Ufficiale | https://chromewebstore.google.com/detail/chatgpt-full-width/gfnkaajgicgkehogagoiccdpecbhjikd |
Descrizione | Increase the chat size to match the screen size in ChatGPT, instead of the default narrow chat bubbles. |
Dimensione del File | 540 KB |
Conteggio Installazioni | 711 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2023-12-16 |
Data di Pubblicazione | 2023-06-07 |
Valutazione | 4.33/5 Totale 9 Valutazioni |
Sviluppatore | zmunkas |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://bmc.link/zoltanmunkas |
Lingue Supportate | 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" ] } ] } |