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
公式URL 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
Eメール [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"
            ]
        }
    ]
}