Chat gpt full Width

Make chat gpt full width.

Co to jest Chat gpt full Width?

Chat gpt full Width to rozszerzenie Chrome opracowane przez Oleg Soldatikhine, a jego główną funkcją jest „Make chat gpt full width.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Chat gpt full Width

Pobierz pliki rozszerzeń Chat gpt 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

                        This extension makes the GPT chat section full width. It makes it easier to read code snippets. As a developer, I use this tool.                    

Podstawowe informacje o rozszerzeniu

Nazwa Chat gpt full Width Chat gpt full Width
ID mahkbahfmpgkgmjhgaoehmhdecfhkmee
Oficjalny URL https://chromewebstore.google.com/detail/chat-gpt-full-width/mahkbahfmpgkgmjhgaoehmhdecfhkmee
Opis Make chat gpt full width.
Rozmiar pliku 3.66 KB
Liczba instalacji 21
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-09-18
Data Publikacji 2023-09-17
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Oleg Soldatikhine
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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": []
}