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