Highlight Words:HL

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

Cos'è Highlight Words:HL?

Highlight Words:HL è un'estensione di Chrome sviluppata da empty.lx.lx, e la sua funzione principale è "Highlight Words, abbreviated HL, Custom highlighting the text you specify.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Highlight Words:HL

Scarica i file di estensione Highlight Words:HL in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Highlight Words:HL Highlight Words:HL
ID mibangdgfbpmglmiclciibbmflpkgmfl
URL Ufficiale https://chromewebstore.google.com/detail/highlight-wordshl/mibangdgfbpmglmiclciibbmflpkgmfl
Descrizione Highlight Words, abbreviated HL, Custom highlighting the text you specify.
Dimensione del File 1.33 MB
Conteggio Installazioni 382
Versione Corrente 0.2.2
Ultimo Aggiornamento 2024-01-31
Data di Pubblicazione 2023-10-25
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore empty.lx.lx
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}