ChatGPT Popup

Opens a ChatGPT window in the current page.

ChatGPT Popup क्या है?

ChatGPT Popup dudethatscool1998 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Opens a ChatGPT window in the current page."।

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

screenshot

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

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

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

                        ChatGPT Popup is a simple and easy-to-use Chrome extension that lets you quickly access the powerful AI chatbot from OpenAI, ChatGPT. With just a click of a button, you can open a popup window with ChatGPT, where you can ask it any question and get a human-like response in seconds.

Whether you need help with homework, want to practice conversational skills, or just want to chat with an intelligent AI, ChatGPT Popup is the perfect tool for you. With its user-friendly interface, customizable settings, and powerful AI technology, ChatGPT Popup is a must-have for anyone who wants to learn, grow, and engage with the world in a new and exciting way.

So why wait? Install ChatGPT Popup today and start exploring the endless possibilities of AI-powered chat!                    

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

नाम ChatGPT Popup ChatGPT Popup
ID eadebdogklibpjpahgbbfidpfllkgjmg
आधिकारिक URL https://chromewebstore.google.com/detail/chatgpt-popup/eadebdogklibpjpahgbbfidpfllkgjmg
विवरण Opens a ChatGPT window in the current page.
फ़ाइल का आकार 8.83 KB
स्थापना संख्या 213
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-04-12
प्रकाशन तिथि 2023-04-12
डेवलपर dudethatscool1998
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Popup",
    "description": "Opens a ChatGPT window in the current page.",
    "version": "1.0",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScripts.js"
            ]
        }
    ]
}