Word Highlighter

Highlight similar words on the page. (on double tap/click)

Word Highlighterとは何ですか?

Word HighlighterはBleeding Edgeによって開発されたChromeの拡張機能で、その主な機能は「Highlight similar words on the page. (on double tap/click)」です。

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

screenshot

Word Highlighter拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Highlight similar words on the page. (on double tap/click)

Avoids all the extra Ctrl+F/command+F or whatever it is required in your OS (:-P) for performing search for text in the webpage.

Just select the text in the page, plugin automatically highlights similar texts on the page!

Note that, it's still in beta stage of development. Sometimes might give erroneous outputs/selections.
Refrain from installing if you do lots of code copy pastes etc                    

拡張機能の基本情報

名前 Word Highlighter Word Highlighter
ID hhklogggdjdonnoldcekmhkdifjapggo
公式URL https://chromewebstore.google.com/detail/word-highlighter/hhklogggdjdonnoldcekmhkdifjapggo
説明 Highlight similar words on the page. (on double tap/click)
ファイルサイズ 14.27 KB
インストール数 1,672
現在のバージョン 1.6
最終更新日 2022-04-14
公開日 2016-11-24
評価 3.78/5 合計 18 レビュー
開発者 Bleeding Edge
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Highlighter",
    "short_name": "Word Highlighter",
    "description": "Highlight similar words on the page. (on double tap\/click)",
    "version": "1.6",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "highlighter.min.js"
            ],
            "css": [
                "highlighter.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        ""
    ]
}