WideGPT
Wider Chat GPT chat - more comfortable for reading the output.
什麼是WideGPT?
WideGPT是由Emil Pirlea開發的Chrome擴展程式,該擴展的主要功能是“Wider Chat GPT chat - more comfortable for reading the output.”。
擴展截圖
下載WideGPT擴展crx文件
下載WideGPT擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Wider Chat GPT chat - more comfortable for reading the output. This extension will enlarge Chat GPT output space, useful for code type of reply that are narrower in small windows, or any other reply that will have a horizontal scroll on it. This extension will make sure the effective working space is fully used.
擴展基本資訊
名稱 | WideGPT |
ID | kcgdmbfjemoicfbhbflcnlaeldaembpo |
官方網址 | https://chromewebstore.google.com/detail/widegpt/kcgdmbfjemoicfbhbflcnlaeldaembpo |
簡介 | Wider Chat GPT chat - more comfortable for reading the output. |
檔案大小 | 10.44 KB |
安裝次數 | 72 |
目前版本 | 1.1 |
更新時間 | 2023-12-04 |
上架時間 | 2023-08-28 |
評分 | 4.33/5 共 3 次評分 |
開發者 | Emil Pirlea |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "WideGPT", "version": "1.1", "description": "Wider Chat GPT chat - more comfortable for reading the output.", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "author": "[email protected]", "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/chat.openai.com\/*" ] } ] } |