find-by-regex icon

find-by-regex

Extension Delisted

This extension is no longer available in the official store. Delisted on 2025-09-16.

Extension Actions

CRX ID
ckbmhijdfkdmhhenmgboichholfdkglg
Status
  • Minor Policy Violation
  • Removed Long Ago
  • No Privacy Policy
Description from extension meta

A chrome extension to search the text of any page using regular expressions. # Usage - Open the extension by typing Alt+Shift+F…

Image from store
find-by-regex
Description from store

A chrome extension to search the text of any page using regular expressions.

# Usage
- Open the extension by typing Alt+Shift+F (Mac: Ctrl+F).
- Go to the next and previous search results by hitting Enter and Shift+Enter, respectively.
- Esc clears results.
- Set the default case sensitivity on the options page
- This extension uses `new RegExp(/__YOUR_INPUT__/, flags)` internally, where flags are currently either 'g' or 'gi'.

# Any bugs?
- Please file the issue on https://github.com/ymkjp/find-by-regex/issues.

# Contributions
- If you like this extension, please review it in the Chrome store.
- Your pull request is very welcome at https://github.com/ymkjp/find-by-regex.