Select To Highlight

Allow you to highlight the words in the web pages that are the same as your selection.

ما هو Select To Highlight؟

Select To Highlight هو إضافة Chrome تم تطويرها بواسطة qsqiu، والميزة الرئيسية لها هي "Allow you to highlight the words in the web pages that are the same as your selection.".

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

screenshot

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

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

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

                        Allow you to highlight the words in the web pages that are the same as your selection.                    

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

الاسم Select To Highlight Select To Highlight
ID nlkglnimijpjdeicbdaedledknafciha
عنوان URL الرسمي https://chromewebstore.google.com/detail/select-to-highlight/nlkglnimijpjdeicbdaedledknafciha
الوصف Allow you to highlight the words in the web pages that are the same as your selection.
حجم الملف 37.04 KB
عدد التثبيتات 244
النسخة الحالية 1.0.4
آخر تحديث 2017-02-13
تاريخ النشر 2017-02-13
تقييم 5.00/5 مجموع تقييمات 7
المطور qsqiu
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/QS20199/SelectToHighlight
اللغات المدعومة zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Select To Highlight",
    "version": "1.0.4",
    "manifest_version": 2,
    "description": "Allow you to highlight the words in the web pages that are the same as your selection.",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Select To Highlight",
        "default_icon": "icon_128.png"
    }
}