WideGPT

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

Co to jest WideGPT?

WideGPT to rozszerzenie Chrome opracowane przez Emil Pirlea, a jego główną funkcją jest „Wider Chat GPT chat - more comfortable for reading the output.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia WideGPT

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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa WideGPT WideGPT
ID kcgdmbfjemoicfbhbflcnlaeldaembpo
Oficjalny URL https://chromewebstore.google.com/detail/widegpt/kcgdmbfjemoicfbhbflcnlaeldaembpo
Opis Wider Chat GPT chat - more comfortable for reading the output.
Rozmiar pliku 10.44 KB
Liczba instalacji 72
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2023-12-04
Data Publikacji 2023-08-28
Ocena 4.33/5 Łącznie 3 Oceny
Deweloper Emil Pirlea
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": "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\/*"
            ]
        }
    ]
}