Search Highlighter

Search and highlight keywords in any webpage via toolbar popup.

What is Search Highlighter?

Search Highlighter is a Chrome extension developed by Yubi, and its main feature is "Search and highlight keywords in any webpage via toolbar popup.".

Extension Screenshots

screenshot

Download Search Highlighter Extension CRX File

Download Search Highlighter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Search Highlighter is an extension that enables you to find and highlight desired keywords on any web page.

Simply navigate to a web page, then, open toolbar popup UI and type your keyword in the designated area. Then click on the - Find - button or press - Enter - on your keyboard. All the matching words within the web page will be highlighted with yellow color. If you click on the - Clear - Button, the highlighted words will be cleared. There are also several options within the options page to adjust highlight functionality.

To report bugs, please fill out the bug report form on the addon's homepage (https://mybrowseraddon.com/search-highlighter.html).                    

Extension Basic Information

Name Search Highlighter Search Highlighter
ID ddhleiedaebfmlcefloachgifidhogde
Official URL https://chromewebstore.google.com/detail/search-highlighter/ddhleiedaebfmlcefloachgifidhogde
Description Search and highlight keywords in any webpage via toolbar popup.
File Size 40.26 KB
Installation Count 3,000
Current Version 0.1.4
Last Updated 2023-08-29
Publish Date 2019-03-10
Rating 2.86/5 Total 14 Ratings
Developer Yubi
Email [email protected]
Payment Type free
Extension Website https://mybrowseraddon.com/search-highlighter.html
Help Page URL https://mybrowseraddon.com/search-highlighter.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.4",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Search Highlighter",
    "homepage_url": "https:\/\/mybrowseraddon.com\/search-highlighter.html",
    "description": "Search and highlight keywords in any webpage via toolbar popup.",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_title": "Search Highlighter",
        "default_popup": "data\/popup\/popup.html",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "commands": {
        "search-highlighter": {
            "description": "Search Highlighter",
            "suggested_key": {
                "mac": "Alt+Shift+F",
                "default": "Alt+Shift+F"
            }
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}