Highlight Words:HL

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

Apa itu Highlight Words:HL?

Highlight Words:HL adalah ekstensi Chrome yang dikembangkan oleh empty.lx.lx, dan fitur utamanya adalah "Highlight Words, abbreviated HL, Custom highlighting the text you specify.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Highlight Words:HL

Unduh file ekstensi Highlight Words:HL dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Highlight Words:HL Highlight Words:HL
ID mibangdgfbpmglmiclciibbmflpkgmfl
URL Resmi https://chromewebstore.google.com/detail/highlight-wordshl/mibangdgfbpmglmiclciibbmflpkgmfl
Deskripsi Highlight Words, abbreviated HL, Custom highlighting the text you specify.
Ukuran File 1.33 MB
Jumlah Instalasi 382
Versi Saat Ini 0.2.2
Terakhir Diperbarui 2024-01-31
Tanggal Publikasi 2023-10-25
Penilaian 5.00/5 Total 3 Penilaian
Pengembang empty.lx.lx
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}