ChatGPTEverywhere

Use ChatGPT wherever you want

ChatGPTEverywhere क्या है?

ChatGPTEverywhere Alyosha द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use ChatGPT wherever you want"।

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

screenshot
screenshot

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

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

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

                        In the past, using ChatGPT required users to open a ChatGPT tab and paste the text they wanted to use. 

This plugin, however, allows users to select a piece of text on any webpage and directly call ChatGPT.                    

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

नाम ChatGPTEverywhere ChatGPTEverywhere
ID mbffncligbhhdgecingogecdhfdknehb
आधिकारिक URL https://chromewebstore.google.com/detail/chatgpteverywhere/mbffncligbhhdgecingogecdhfdknehb
विवरण Use ChatGPT wherever you want
फ़ाइल का आकार 345 KB
स्थापना संख्या 103
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2023-02-23
प्रकाशन तिथि 2023-02-22
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Alyosha
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatGPTEverywhere",
    "description": "Use ChatGPT wherever you want",
    "icons": {
        "128": "images\/alyosha.png",
        "16": "images\/alyosha.png",
        "48": "images\/alyosha.png"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "manifest_version": 3,
    "version": "0.0.1",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/content.js"
            ],
            "type": "module",
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "chatgpttooltip-injected-by-alyosha1024.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/alyosha.png",
            "32": "\/images\/alyosha.png",
            "48": "\/images\/alyosha.png",
            "128": "\/images\/alyosha.png"
        }
    }
}