ChatGPThing

Query ChatGPT in the context of the current page

ChatGPThing क्या है?

ChatGPThing kant01ne द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Query ChatGPT in the context of the current page"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Use ChatGPT everywhere with the context of the current page.

Unlock the power of AI with ChatGPT right within your browser! With this chrome extension, you can access the advanced language capabilities of ChatGPT while browsing the web. Whether you need help with research, writing, or just need answers to questions, ChatGPT will provide relevant and accurate information within the context of the current page. Try it now and experience the future of AI-powered browsing!

• • •
FEATURES
• • •

🔎 Find information faster, generate answers to direct messages

🤯 Compare SaaS pricing plans, enhance StackOverflow answers, summarise Github issues

⚡ Toggle the tool on any page with a keyboard shortcut.

Source code: https://github.com/kant01ne/browser-extensions/tree/main/apps/chatgpthing                    

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

नाम ChatGPThing ChatGPThing
ID amiibkaljanlkpjljhlkgjdfemgkklbo
आधिकारिक URL https://chromewebstore.google.com/detail/chatgpthing/amiibkaljanlkpjljhlkgjdfemgkklbo
विवरण Query ChatGPT in the context of the current page
फ़ाइल का आकार 265 KB
स्थापना संख्या 29
वर्तमान संस्करण 0.1.2
अंतिम अपडेट 2023-02-16
प्रकाशन तिथि 2023-02-06
डेवलपर kant01ne
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://browser-apps.vercel.app
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.1997cf8a.png",
        "32": "icon32.plasmo.7c22708e.png",
        "48": "icon48.plasmo.03a5ce50.png",
        "64": "icon64.plasmo.4ad1a43e.png",
        "128": "icon128.plasmo.65151d3d.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.1997cf8a.png",
            "32": "icon32.plasmo.7c22708e.png",
            "48": "icon48.plasmo.03a5ce50.png",
            "64": "icon64.plasmo.4ad1a43e.png",
            "128": "icon128.plasmo.65151d3d.png"
        }
    },
    "version": "0.1.2",
    "author": "kant01ne",
    "name": "ChatGPThing",
    "description": "Query ChatGPT in the context of the current page",
    "permissions": [
        "storage",
        "scripting"
    ],
    "background": {
        "service_worker": "background.e3c3585e.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "spotlight.d9d0233b.js"
            ],
            "css": [
                "font.c0f0ecf8.css"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+Z",
                "mac": "Alt+Z",
                "chromeos": "Alt+Z",
                "linux": "Alt+Z"
            }
        }
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "Sora-Light.0c5bca3b.woff2",
                "spotlight.7612774f.css"
            ]
        }
    ]
}