WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Multi Find: Search and Highlight

Multi Find: Search and Highlight

View on Chrome Web Store
View Multi Find: Search and Highlight Chrome Extension on Chrome Web Store
Add to bookmarks
4.2 (117 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Find and highlight multiple words on webpages. Count occurrences, scroll to the results and locate words with scrollbar marks.
Type
Extension
Users
20,000 users
10K
Vincent Greco
View author page of Vincent Greco
Featured Extension

Hand-picked for quality and usefulness

Published
Published on February 12, 2023
Version 1.94
Manifest version
3
Updated
Updated on May 20, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Multi Find: Search and Highlight Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_man_name__",
    "default_locale": "en",
    "version": "1.94",
    "description": "__MSG_man_descript__",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "background": {
        "service_worker": "sw.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        {
            "resources": [
                "multi-find-element.js",
                "popup.html",
                "popup.js",
                "\/audio\/beep.mp3",
                "\/audio\/beep2.mp3"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "64": "images\/icon64.png",
            "128": "images\/icon128.png"
        }
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            }
        },
        "toggle_ext": {
            "description": "__MSG_man_highlights__"
        },
        "toggle_glow": {
            "description": "__MSG_man_softglow__"
        },
        "toggle_scroll": {
            "description": "__MSG_man_scroll__"
        },
        "toggle_diac": {
            "description": "__MSG_man_diac__"
        },
        "toggle_case": {
            "description": "__MSG_man_case__"
        },
        "add_select": {
            "description": "__MSG_man_addselect__"
        },
        "fire_pulse": {
            "description": "__MSG_man_pulse__"
        },
        "toggle_sound": {
            "description": "__MSG_man_sound__"
        },
        "search_prev": {
            "description": "__MSG_man_prev__"
        },
        "search_next": {
            "description": "__MSG_man_next__"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "all_frames": true,
            "css": [
                "highlight.css"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_end"
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top