ChatGPT Full Width
Increase the chat size to match the screen size in ChatGPT, instead of the default narrow chat bubbles.
Vad är ChatGPT Full Width?
ChatGPT Full Width är en Chrome-tillägg utvecklad av zmunkas, och dess huvudfunktion är "Increase the chat size to match the screen size in ChatGPT, instead of the default narrow chat bubbles.".
Tilläggsskärmbilder
Ladda ner ChatGPT Full Width-förlängningens CRX-fil
Ladda ner ChatGPT Full Width-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | ChatGPT Full Width |
ID | gfnkaajgicgkehogagoiccdpecbhjikd |
Officiell webbadress | https://chromewebstore.google.com/detail/chatgpt-full-width/gfnkaajgicgkehogagoiccdpecbhjikd |
Beskrivning | Increase the chat size to match the screen size in ChatGPT, instead of the default narrow chat bubbles. |
Filstorlek | 540 KB |
Antal Installationer | 711 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2023-12-16 |
Publiceringsdatum | 2023-06-07 |
Betyg | 4.33/5 Totalt 9 Betyg |
Utvecklare | zmunkas |
E-post | [email protected] |
Betalningssätt | free |
Hjälpsida URL | https://bmc.link/zoltanmunkas |
Stödda Språk | 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" ] } ] } |