Chat gpt full Width

Make chat gpt full width.

Что такое Chat gpt full Width?

Chat gpt full Width - это расширение Chrome, разработанное Oleg Soldatikhine, и его основная функция - "Make chat gpt full width.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Chat gpt full Width

Скачайте файлы расширений 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 Chat gpt full Width
ID mahkbahfmpgkgmjhgaoehmhdecfhkmee
Официальный URL 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": []
}