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によって開発されたChromeの拡張機能で、その主な機能は「A Chrome extension to interact with ChatGPT for All Websites.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

ChatExtension - A ChatGPT Extension拡張機能のCRXファイルをダウンロード

ChatExtension - A ChatGPT Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}