WideGPT

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

Apa itu WideGPT?

WideGPT adalah ekstensi Chrome yang dikembangkan oleh Emil Pirlea, dan fitur utamanya adalah "Wider Chat GPT chat - more comfortable for reading the output.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi WideGPT

Unduh file ekstensi WideGPT dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama WideGPT WideGPT
ID kcgdmbfjemoicfbhbflcnlaeldaembpo
URL Resmi https://chromewebstore.google.com/detail/widegpt/kcgdmbfjemoicfbhbflcnlaeldaembpo
Deskripsi Wider Chat GPT chat - more comfortable for reading the output.
Ukuran File 10.44 KB
Jumlah Instalasi 72
Versi Saat Ini 1.1
Terakhir Diperbarui 2023-12-04
Tanggal Publikasi 2023-08-28
Penilaian 4.33/5 Total 3 Penilaian
Pengembang Emil Pirlea
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
            ]
        }
    ]
}