Highlight Words:HL

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

Qu'est-ce que Highlight Words:HL ?

Highlight Words:HL est une extension Chrome développée par empty.lx.lx, et sa fonction principale est "Highlight Words, abbreviated HL, Custom highlighting the text you specify.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Highlight Words:HL

Téléchargez les fichiers d'extension Highlight Words:HL au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Highlight Words:HL Highlight Words:HL
ID mibangdgfbpmglmiclciibbmflpkgmfl
URL Officiel https://chromewebstore.google.com/detail/highlight-wordshl/mibangdgfbpmglmiclciibbmflpkgmfl
Description Highlight Words, abbreviated HL, Custom highlighting the text you specify.
Taille du Fichier 1.33 MB
Nombre d'Installations 382
Version Actuelle 0.2.2
Dernière Mise à Jour 2024-01-31
Date de Publication 2023-10-25
Évaluation 5.00/5 Total 3 Évaluations
Développeur empty.lx.lx
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}