WideGPT

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

WideGPT क्या है?

WideGPT Emil Pirlea द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Wider Chat GPT chat - more comfortable for reading the output."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WideGPT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
            ]
        }
    ]
}