OpenAI ChatGPT Mini

Access OpenAI ChatGPT in a mini window, perfect for multitasking devs to stay connected without leaving their workspace.

OpenAI ChatGPT Mini क्या है?

OpenAI ChatGPT Mini Amal द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Access OpenAI ChatGPT in a mini window, perfect for multitasking devs to stay connected without leaving their workspace."।

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

screenshot

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

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

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

                        Introducing OpenAI Chat Mini, a sleek Chrome extension that allows developers and AI enthusiasts to access chat.openai.com in a compact and convenient mini window. Stay connected with OpenAI Chat without switching tabs or leaving your current workspace. Ideal for multitasking, this extension makes it easy for devs to collaborate, learn, and explore while remaining focused on their projects. Built using manifest v3, OpenAI Chat Mini is compatible with the latest Chrome browser features, ensuring smooth performance and a seamless user experience.                    

एक्सटेंशन की मूल जानकारी

नाम OpenAI ChatGPT Mini OpenAI ChatGPT Mini
ID iimdmhmbedafhnjdccafpegfkadhkpoj
आधिकारिक URL https://chromewebstore.google.com/detail/openai-chatgpt-mini/iimdmhmbedafhnjdccafpegfkadhkpoj
विवरण Access OpenAI ChatGPT in a mini window, perfect for multitasking devs to stay connected without leaving their workspace.
फ़ाइल का आकार 10.22 KB
स्थापना संख्या 812
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-03-27
प्रकाशन तिथि 2023-03-26
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Amal
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "OpenAI ChatGPT Mini",
    "version": "1.0",
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "description": "Access OpenAI ChatGPT in a mini window, perfect for multitasking devs to stay connected without leaving their workspace."
}