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
官方URL 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
        }
    ]
}