WideGPT

Wider Chat GPT chat - more comfortable for reading the output.

Что такое WideGPT?

WideGPT - это расширение Chrome, разработанное Emil Pirlea, и его основная функция - "Wider Chat GPT chat - more comfortable for reading the output.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения WideGPT

Скачайте файлы расширений 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 WideGPT
ID kcgdmbfjemoicfbhbflcnlaeldaembpo
Официальный URL 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\/*"
            ]
        }
    ]
}