Highlight All Occurrences

Hold CTRL and select a text to highlight all occurrences of the text on entire page

什麼是Highlight All Occurrences?

Highlight All Occurrences是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Hold CTRL and select a text to highlight all occurrences of the text on entire page”。

擴展截圖

screenshot
screenshot
screenshot

下載Highlight All Occurrences擴展crx文件

下載Highlight All Occurrences擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        version 1.6:
- hotfix

version 1.5:
- refreshed icon

version 1.4:
- Fixed problem with locked CTRL key when user was using shortcuts like CTRL+F

version 1.3:
- Fixed bugs introduced in version 1.2

version 1.2:
- Fixed problem with locked CTRL key
- Fixed problem with re-highlighting the same text
- Added support for macOS                    

擴展基本資訊

名稱 Highlight All Occurrences Highlight All Occurrences
ID odhbnpahcahiihjfkmdnnallndmmibpk
官方網址 https://chromewebstore.google.com/detail/highlight-all-occurrences/odhbnpahcahiihjfkmdnnallndmmibpk
簡介 Hold CTRL and select a text to highlight all occurrences of the text on entire page
檔案大小 53.4 KB
安裝次數 1,279
目前版本 1.6
更新時間 2018-10-09
上架時間 2018-10-09
評分 3.72/5 共 18 次評分
開發者 Unknown
付費類型 free
擴展官網 http://radkoncy.wordpress.com/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Highlight All Occurrences",
    "description": "Hold CTRL and select a text to highlight all occurrences of the text on entire page",
    "icons": {
        "128": "ico128.png",
        "16": "ico16.png",
        "32": "ico32.png",
        "48": "ico48.png"
    },
    "version": "1.6",
    "browser_action": {
        "default_icon": {
            "19": "ico19.png",
            "38": "ico38.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.0.0.js",
                "jquery.highlight-5.js",
                "selection.js"
            ],
            "css": [
                "style.css"
            ],
            "all_frames": true
        }
    ]
}