ChatGPT Full Width
Increase the chat size to match the screen size in ChatGPT, instead of the default narrow chat bubbles.
What is ChatGPT Full Width?
ChatGPT Full Width is a Chrome extension developed by zmunkas, and its main feature is "Increase the chat size to match the screen size in ChatGPT, instead of the default narrow chat bubbles.".
Extension Screenshots
Download ChatGPT Full Width Extension CRX File
Download ChatGPT Full Width extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | ChatGPT Full Width |
ID | gfnkaajgicgkehogagoiccdpecbhjikd |
Official URL | https://chromewebstore.google.com/detail/chatgpt-full-width/gfnkaajgicgkehogagoiccdpecbhjikd |
Description | Increase the chat size to match the screen size in ChatGPT, instead of the default narrow chat bubbles. |
File Size | 540 KB |
Installation Count | 711 |
Current Version | 1.1 |
Last Updated | 2023-12-16 |
Publish Date | 2023-06-07 |
Rating | 4.33/5 Total 9 Ratings |
Developer | zmunkas |
[email protected] | |
Payment Type | free |
Help Page URL | https://bmc.link/zoltanmunkas |
Supported Languages | 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" ] } ] } |