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
电子邮箱 [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": [
        ""
    ]
}