ChatGPT Highlighter

Highlighter is a Chrome extension that lets you generate responses to any highlighted text on the browser using GPT technology.

ChatGPT Highlighter란 무엇입니까?

ChatGPT Highlighter은(는) Highlighter에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Highlighter is a Chrome extension that lets you generate responses to any highlighted text on the browser using GPT technology."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

ChatGPT Highlighter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ✏️Introduction
With ChatGPT Highlighter, you can easily use Chat GPT without having to switch between tabs or copy and paste. With this extension, you can easily process text while browsing the web. 

⚒️ Tips for use
1. Install the extension.
2. Click on the extension's icon to open the popup.
3. On the popup, Click on the switch to turn it on. You will see the default command is "Summarize this article," but you can customize it to suit your needs. For example, you can change it to "Translate the article into Chinese" or "Explain this in detail."
3. Highlight the text that you want to process with your custom command.
4. The result will appear in the top right corner of your screen.

By using the ChatGPT Highlighter, you can streamline your workflow and save time while browsing the web. Whether you're a student, researcher, or simply someone who wants to process text quickly and efficiently, this extension is a must-have tool.                    

확장 프로그램 기본 정보

이름 ChatGPT Highlighter ChatGPT Highlighter
ID kklcohoindmaphobgdkmenpjjpdomaao
공식 URL https://chromewebstore.google.com/detail/chatgpt-highlighter/kklcohoindmaphobgdkmenpjjpdomaao
설명 Highlighter is a Chrome extension that lets you generate responses to any highlighted text on the browser using GPT technology.
파일 크기 1.28 MB
설치 횟수 184
현재 버전 2.2
최근 업데이트 2023-04-23
출시 날짜 2023-03-23
평점 4.00/5 총 7 개의 평점
개발자 Highlighter
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://2893571.xyz:4000
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Highlighter",
    "version": "2.2",
    "description": "Highlighter is a Chrome extension that lets you generate responses to any highlighted text on the browser using GPT technology.",
    "action": {
        "default_title": "Chrome Extension With React",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}