Multi-Highlight Tool

Search and highlight multiple words on web pages.

Multi-Highlight Toolとは何ですか?

Multi-Highlight Toolはmultihighttoolextensionによって開発されたChromeの拡張機能で、その主な機能は「Search and highlight multiple words on web pages.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Multi-Highlight Tool拡張機能のCRXファイルをダウンロード

Multi-Highlight Tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Easily add words to a list and have them highlighted on web pages.                    

拡張機能の基本情報

名前 Multi-Highlight Tool Multi-Highlight Tool
ID elbamfklmdfhbighpndmfdidofdonigb
公式URL https://chromewebstore.google.com/detail/multi-highlight-tool/elbamfklmdfhbighpndmfdidofdonigb
説明 Search and highlight multiple words on web pages.
ファイルサイズ 50.12 KB
インストール数 30,204
現在のバージョン 1.0
最終更新日 2021-08-28
公開日 2021-08-28
評価 4.43/5 合計 14 レビュー
開発者 multihighttoolextension
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "js\/jquery.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/19x19.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/highlight.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/highlighter.js",
                "js\/content-action.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ]
        }
    ],
    "description": "Search and highlight multiple words on web pages.",
    "icons": {
        "100": "img\/100x100.png",
        "128": "img\/128x128.png",
        "19": "img\/19x19.png",
        "48": "img\/48x48.png"
    },
    "manifest_version": 2,
    "name": "Multi-Highlight Tool",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}