ChatGPT Full Width
Increase the chat size to match the screen size in ChatGPT, instead of the default narrow chat bubbles.
什么是ChatGPT Full Width?
ChatGPT Full Width是由zmunkas开发的Chrome扩展程序,该扩展的主要功能是“Increase the chat size to match the screen size in ChatGPT, instead of the default narrow chat bubbles.”。
扩展截图
下载ChatGPT Full Width扩展crx文件
下载ChatGPT Full Width扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | ChatGPT Full Width |
ID | gfnkaajgicgkehogagoiccdpecbhjikd |
官方URL | https://chromewebstore.google.com/detail/chatgpt-full-width/gfnkaajgicgkehogagoiccdpecbhjikd |
简介 | Increase the chat size to match the screen size in ChatGPT, instead of the default narrow chat bubbles. |
文件大小 | 540 KB |
安装次数 | 711 |
当前版本 | 1.1 |
更新时间 | 2023-12-16 |
上架时间 | 2023-06-07 |
评分 | 4.33/5 共9次评分 |
开发者 | zmunkas |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://bmc.link/zoltanmunkas |
支持的语言 | 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" ] } ] } |