ChatGPT Full Width
Increase the chat size to match the screen size in ChatGPT, instead of the default narrow chat bubbles.
Co to jest ChatGPT Full Width?
ChatGPT Full Width to rozszerzenie Chrome opracowane przez zmunkas, a jego główną funkcją jest „Increase the chat size to match the screen size in ChatGPT, instead of the default narrow chat bubbles.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ChatGPT Full Width
Pobierz pliki rozszerzeń ChatGPT Full Width w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | ChatGPT Full Width |
ID | gfnkaajgicgkehogagoiccdpecbhjikd |
Oficjalny URL | https://chromewebstore.google.com/detail/chatgpt-full-width/gfnkaajgicgkehogagoiccdpecbhjikd |
Opis | Increase the chat size to match the screen size in ChatGPT, instead of the default narrow chat bubbles. |
Rozmiar pliku | 540 KB |
Liczba instalacji | 711 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2023-12-16 |
Data Publikacji | 2023-06-07 |
Ocena | 4.33/5 Łącznie 9 Oceny |
Deweloper | zmunkas |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Pomocy | https://bmc.link/zoltanmunkas |
Obsługiwane Języki | 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" ] } ] } |