ChatGPT For Explorer

You can use it to search for answers through ChatGPT at any time.

ChatGPT For Explorer क्या है?

ChatGPT For Explorer golefig द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You can use it to search for answers through ChatGPT at any time."।

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

screenshot

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

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

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

                        You can use it to search for answers through ChatGPT at any time.                    

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

नाम ChatGPT For Explorer ChatGPT For Explorer
ID iapjmmepmeidbibbpkcbpejcjojjppmd
आधिकारिक URL https://chromewebstore.google.com/detail/chatgpt-for-explorer/iapjmmepmeidbibbpkcbpejcjojjppmd
विवरण You can use it to search for answers through ChatGPT at any time.
फ़ाइल का आकार 655 KB
स्थापना संख्या 168
वर्तमान संस्करण 0.0.3
अंतिम अपडेट 2023-04-18
प्रकाशन तिथि 2023-02-13
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर golefig
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT For Explorer",
    "description": "You can use it to search for answers through ChatGPT at any time.",
    "version": "0.0.3",
    "icons": {
        "16": "assets\/icon.png",
        "48": "assets\/icon.png",
        "128": "assets\/icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "ChatGPT For Explorer",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icon.png",
            "48": "assets\/icon.png",
            "128": "assets\/icon.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/content.js"
            ]
        }
    ],
    "options_page": "options.html"
}