ChatGPT Highlighter

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

Vad är ChatGPT Highlighter?

ChatGPT Highlighter är en Chrome-tillägg utvecklad av Highlighter, och dess huvudfunktion är "Highlighter is a Chrome extension that lets you generate responses to any highlighted text on the browser using GPT technology.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner ChatGPT Highlighter-förlängningens CRX-fil

Ladda ner ChatGPT Highlighter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        ✏️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.                    

Grundläggande Information om Tillägg

Namn ChatGPT Highlighter ChatGPT Highlighter
ID kklcohoindmaphobgdkmenpjjpdomaao
Officiell webbadress https://chromewebstore.google.com/detail/chatgpt-highlighter/kklcohoindmaphobgdkmenpjjpdomaao
Beskrivning Highlighter is a Chrome extension that lets you generate responses to any highlighted text on the browser using GPT technology.
Filstorlek 1.28 MB
Antal Installationer 184
Aktuell Version 2.2
Senast Uppdaterad 2023-04-23
Publiceringsdatum 2023-03-23
Betyg 4.00/5 Totalt 7 Betyg
Utvecklare Highlighter
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://2893571.xyz:4000
Stödda Språk 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"
    ]
}