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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Highlighter is a Chrome extension that lets you generate responses to any highlighted text on the browser using GPT technology."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में ChatGPT Highlighter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}