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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}