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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة ChatGPT Highlighter

قم بتنزيل ملفات الامتداد ChatGPT Highlighter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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"
    ]
}