Chat gpt full Width
Make chat gpt full width.
什麼是Chat gpt full Width?
Chat gpt full Width是由Oleg Soldatikhine開發的Chrome擴展程式,該擴展的主要功能是“Make chat gpt full width.”。
擴展截圖
下載Chat gpt full Width擴展crx文件
下載Chat gpt full Width擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension makes the GPT chat section full width. It makes it easier to read code snippets. As a developer, I use this tool.
擴展基本資訊
名稱 | Chat gpt full Width |
ID | mahkbahfmpgkgmjhgaoehmhdecfhkmee |
官方網址 | https://chromewebstore.google.com/detail/chat-gpt-full-width/mahkbahfmpgkgmjhgaoehmhdecfhkmee |
簡介 | Make chat gpt full width. |
檔案大小 | 3.66 KB |
安裝次數 | 21 |
目前版本 | 1.0 |
更新時間 | 2023-09-18 |
上架時間 | 2023-09-17 |
評分 | 5.00/5 共 3 次評分 |
開發者 | Oleg Soldatikhine |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Chat gpt full Width", "version": "1.0", "description": "Make chat gpt full width.", "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "content.js" ] } ], "action": [] } |