Highlight Words:HL

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

Was ist Highlight Words:HL?

Highlight Words:HL ist eine Chrome-Erweiterung, die von empty.lx.lx entwickelt wurde, und ihr Hauptmerkmal ist "Highlight Words, abbreviated HL, Custom highlighting the text you specify.".

Erweiterungsscreenshots

screenshot
screenshot

Highlight Words:HL-Erweiterungs-CRX-Datei herunterladen

Laden Sie Highlight Words:HL-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Highlight Words:HL Highlight Words:HL
ID mibangdgfbpmglmiclciibbmflpkgmfl
Offizielle URL https://chromewebstore.google.com/detail/highlight-wordshl/mibangdgfbpmglmiclciibbmflpkgmfl
Beschreibung Highlight Words, abbreviated HL, Custom highlighting the text you specify.
Dateigröße 1.33 MB
Installationsanzahl 382
Aktuelle Version 0.2.2
Letztes Update 2024-01-31
Veröffentlichungsdatum 2023-10-25
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler empty.lx.lx
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}