ChatGPT Explain

A ChatGPT Chrome Extension that explains concepts in a simple way

ChatGPT Explain क्या है?

ChatGPT Explain developer101 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A ChatGPT Chrome Extension that explains concepts in a simple way"।

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

screenshot

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

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

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

                        Looking for a way to understand complex concepts with ease? Look no further than ChatGPT Explain, the Chrome extension that simplifies even the most challenging topics.

📚 Select any text on your screen and get concise, brief, or detailed explanations of the concepts it contains.

💡 Customize the amount of detail you receive, from a quick overview to an in-depth analysis.

⏰ Save time and effort by getting instant access to the information you need.

👩‍🎓 Perfect for students, professionals, or anyone who loves to learn new things.

🆓 Completely free to use and easy to install with just a few clicks.

With ChatGPT Explain, understanding new information has never been easier. Say goodbye to confusion and frustration and start learning with ease today!                    

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

नाम ChatGPT Explain ChatGPT Explain
ID inllflnokfkadlfjmdimlngdniccmodp
आधिकारिक URL https://chromewebstore.google.com/detail/chatgpt-explain/inllflnokfkadlfjmdimlngdniccmodp
विवरण A ChatGPT Chrome Extension that explains concepts in a simple way
फ़ाइल का आकार 97.03 KB
स्थापना संख्या 721
वर्तमान संस्करण 1.2.1
अंतिम अपडेट 2023-03-18
प्रकाशन तिथि 2023-02-26
रेटिंग 4.59/5 कुल 17 रेटिंग्स
डेवलपर developer101
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A ChatGPT Chrome Extension that explains concepts in a simple way",
    "version": "1.2.1",
    "manifest_version": 3,
    "name": "ChatGPT Explain",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-48.png"
            ],
            "matches": []
        }
    ],
    "permissions": [
        "storage"
    ]
}