Chat gpt full Width

Make chat gpt full width.

Chat gpt full Width क्या है?

Chat gpt full Width Oleg Soldatikhine द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make chat gpt full width."।

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

screenshot

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

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

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

                        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": []
}