Highlight Words:HL

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

什麼是Highlight Words:HL?

Highlight Words:HL是由empty.lx.lx開發的Chrome擴展程式,該擴展的主要功能是“Highlight Words, abbreviated HL, Custom highlighting the text you specify.”。

擴展截圖

screenshot
screenshot

下載Highlight Words:HL擴展crx文件

下載Highlight Words:HL擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}