Highlight Words:HL

Highlight Words, abbreviated HL, Custom highlighting the text you specify.

ما هو Highlight Words:HL؟

Highlight Words:HL هو إضافة Chrome تم تطويرها بواسطة empty.lx.lx، والميزة الرئيسية لها هي "Highlight Words, abbreviated HL, Custom highlighting the text you specify.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Highlight Words:HL

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

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

                        A highlight text plugin (Highlight Words:HL, abbreviated HL) that allows you to customize the text you want to highlight, including the color of the text and the background color of the highlight. It also supports highlight range configuration, and import/export of configurations.                    

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

الاسم Highlight Words:HL Highlight Words:HL
ID mibangdgfbpmglmiclciibbmflpkgmfl
عنوان URL الرسمي https://chromewebstore.google.com/detail/highlight-wordshl/mibangdgfbpmglmiclciibbmflpkgmfl
الوصف Highlight Words, abbreviated HL, Custom highlighting the text you specify.
حجم الملف 1.33 MB
عدد التثبيتات 382
النسخة الحالية 0.2.2
آخر تحديث 2024-01-31
تاريخ النشر 2023-10-25
تقييم 5.00/5 مجموع تقييمات 3
المطور empty.lx.lx
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Highlight Words:HL",
    "description": "Highlight Words, abbreviated HL, Custom highlighting the text you specify.",
    "version": "0.2.2",
    "icons": {
        "16": ".\/images\/Logo-16.png",
        "32": ".\/images\/Logo-32.png",
        "48": ".\/images\/Logo-48.png",
        "128": ".\/images\/Logo-128.png"
    },
    "action": {
        "default_icon": {
            "48": ".\/images\/Logo-48.png"
        },
        "default_popup": ".\/popup\/index.html"
    },
    "background": {
        "type": "module",
        "service_worker": ".\/static\/js\/background-e260bf1d.js"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                ".\/static\/js\/contentScripts-4df8a692.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                ".\/static\/js\/contentScripts-4df8a692.js"
            ]
        }
    ]
}