WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
find+ | Regex Find-in-Page Tool

find+ | Regex Find-in-Page Tool

View on Chrome Web Store
View find+ | Regex Find-in-Page Tool Chrome Extension on Chrome Web Store
Add to bookmarks
4.2 (132 ratings)
1 new ratings
12 views
This extension has been viewed 12 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.

A find-in-page extension for Google Chrome with support for regular expressions.
Type
Extension
Users
10,000 users
3.3K
Brandon Richardson
View author page of Brandon Richardson
Published
Published on May 15, 2017
Version 2.2.2
Manifest version
2
Updated
Updated on September 14, 2021
productivity/developer
Extension Category
View on Chrome Web Store
View find+ | Regex Find-in-Page Tool 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",
    "name": "__MSG_extension_name__",
    "short_name": "find+",
    "version": "2.2.2",
    "author": [
        "Michael Walz",
        "Brandon Richardson"
    ],
    "manifest_version": 2,
    "description": "__MSG_extension_description__",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "activeTab",
        "background",
        "storage",
        "contextMenus",
        "<all_urls>"
    ],
    "icons": {
        "16": "resources\/icon.png",
        "48": "resources\/icon.png",
        "128": "resources\/icon.png"
    },
    "browser_action": {
        "default_icon": "resources\/icon.png",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "app.js",
            "\/background\/browser-action-proxy.js",
            "\/background\/content-proxy.js",
            "\/background\/background.js",
            "\/background\/omni.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "all_frames": false,
            "run_at": "document_end",
            "js": [
                "app.js",
                "\/lib\/html-entity-handler\/entityhandler.js",
                "\/content\/content.js",
                "\/content\/parser.js",
                "\/content\/highlighter.js"
            ]
        }
    ],
    "omnibox": {
        "keyword": "find"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            }
        }
    },
    "offline_enabled": true,
    "incognito": "split"
}
© 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