Quick ChatGPT

Using ChatGPT in browser popup directly without tab switching.

Quick ChatGPT क्या है?

Quick ChatGPT Extify द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Using ChatGPT in browser popup directly without tab switching."।

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

screenshot
screenshot
screenshot

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

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

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

                        Save time and chat effortlessly with Quick ChatGPT directly in your browser!

This lightning-fast extension streamlines your conversations, putting the power of ChatGPT at your fingertips for instant, hassle-free interactions. Say goodbye to extra steps and enhance your online experience with seamless, time-saving conversations                    

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

नाम Quick ChatGPT Quick ChatGPT
ID kkchdjfkhmniamlkomjfeeiojacbcfoe
आधिकारिक URL https://chromewebstore.google.com/detail/quick-chatgpt/kkchdjfkhmniamlkomjfeeiojacbcfoe
विवरण Using ChatGPT in browser popup directly without tab switching.
फ़ाइल का आकार 340 KB
स्थापना संख्या 63
वर्तमान संस्करण 1.1
अंतिम अपडेट 2024-01-22
प्रकाशन तिथि 2024-01-22
डेवलपर Extify
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://twitter.com/quangpl99
सहायता पृष्ठ URL https://twitter.com/quangpl99
गोपनीयता नीति पृष्ठ URL https://quick-chatgpt.vercel.app
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Quick ChatGPT",
    "description": "Using ChatGPT in browser popup directly without tab switching.",
    "version": "1.1",
    "options_ui": {
        "page": "options.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon128.png",
                "icon32.png",
                "icon.png",
                "toast.js",
                "toast.css"
            ],
            "matches": []
        }
    ]
}