Highlight Me

This simple tool allows you to highlight selected text on web pages. - You can choose among a variety of background colors. - You…

ما هو Highlight Me؟

Highlight Me هو إضافة Chrome تم تطويرها بواسطة Faycal Bessayah، والميزة الرئيسية لها هي "This simple tool allows you to highlight selected text on web pages. - You can choose among a variety of background colors. - You…".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Highlight Me

قم بتنزيل ملفات الامتداد Highlight Me بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This simple tool allows you to highlight selected text on web pages.
- You can choose among a variety of background colors.
- You can point out important information in long web pages by highlighting text with your mouse.

* You need to refresh opened pages after installation.                    

معلومات أساسية عن التمديد

الاسم Highlight Me Highlight Me
ID ddpcccogmbnjklniagfkclpbohhaoidf
عنوان URL الرسمي https://chromewebstore.google.com/detail/highlight-me/ddpcccogmbnjklniagfkclpbohhaoidf
الوصف This simple tool allows you to highlight selected text on web pages. - You can choose among a variety of background colors. - You…
حجم الملف 265 KB
عدد التثبيتات 27
النسخة الحالية 1.0
آخر تحديث 2021-03-14
تاريخ النشر 2021-01-09
المطور Faycal Bessayah
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Highlight Me",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "colorPick.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "Highlight.png",
        "default_popup": "index.html",
        "default_title": "Highlight Me"
    }
}