ChatExtension - A ChatGPT Extension

A Chrome extension to interact with ChatGPT for All Websites.

ChatExtension - A ChatGPT Extension क्या है?

ChatExtension - A ChatGPT Extension https://anxinyang.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome extension to interact with ChatGPT for All Websites."।

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

screenshot
screenshot
screenshot

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

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

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

                        ChatExtension is an innovative browser add-on that empowers users with AI-powered assistance while they browse the web. By leveraging the advanced capabilities of OpenAI's ChatGPT API, the extension can answer any question with current page contenxt.

Key features of this extension include:

1. Instant Summaries: With just one click, users can generate concise summaries of web pages, enabling them to quickly understand the main points without having to read the entire content.

2. Intelligent Assistance: The extension integrates a user-friendly chat interface that allows users to communicate with GPT3.5 AI model and ask questions about the content they are browsing, getting instant answers and insights.

3. Wide Range of Use Cases: From summarizing news articles and research papers to getting quick answers and insights on complex topics, this extension is a versatile tool that can benefit users across various fields and industries.

By installing this extension , users can enhance their browsing experience with AI-powered assistance that helps them save time, improve productivity, and gain a deeper understanding of the content they encounter online. The extension's convenient, user-friendly interface and powerful AI capabilities make it an essential tool for modern web users who seek to make the most out of their time on the internet.                    

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

नाम ChatExtension - A ChatGPT Extension ChatExtension - A ChatGPT Extension
ID jdlajiedllgccbefigcffcelchfbinni
आधिकारिक URL https://chromewebstore.google.com/detail/chatextension-a-chatgpt-e/jdlajiedllgccbefigcffcelchfbinni
विवरण A Chrome extension to interact with ChatGPT for All Websites.
फ़ाइल का आकार 1.91 MB
स्थापना संख्या 605
वर्तमान संस्करण 2.1.0
अंतिम अपडेट 2023-09-12
प्रकाशन तिथि 2023-03-25
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर https://anxinyang.dev
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.buymeacoffee.com/anxinyang1E
सहायता पृष्ठ URL https://www.buymeacoffee.com/anxinyang1E
गोपनीयता नीति पृष्ठ URL https://anxinyang.dev/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatExtension - A ChatGPT Extension",
    "version": "2.1.0",
    "description": "A Chrome extension to interact with ChatGPT for All Websites.",
    "action": {
        "default_popup": "popup.html",
        "default_title": "ChatExtension"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "icons": {
        "16": "favicon.png",
        "48": "favicon.png",
        "128": "favicon.png"
    }
}