Chrome Regex Search is a browser history manager extension for chrome. also, it is keyboard shortcuts extension. it's a free extension , it has 40,000+ active users since released its first version, it earns an average rating of 3.93 from 162 rated user, last update is 2130 days ago.
Highlight regex matches on the web page dynamically as you type. Cycle through matches with ENTER and SHIFT+ENTER or by clicking the arrows with your mouse. Customize highlighting and text color through the extension options. You will need to refresh any tabs you already have opened to load the content script. 10/27/2015: Added case insensitive search option in options page 7/13/2016: Added "file://*/*" extension to manifest 7/30/2016: Updated package with pull request https://github.com/rogershen/chrome-regex-search/commit/c5ab1bbc33a1ec8ddd254b640b8786cc621e6644 9/2/2016: Updated package with pull request https://github.com/rogershen/chrome-regex-search/pull/6 This update adds search history to the popup, which is shown and hidden with the rightmost button 9/23/2016: Changed case insensitive search option to a toggle on popup 1/24/2019: Updated package with two pull requests to enable copy command and auto-focus on parent element. This extension is open source: https://github.com/rogershen/chrome-regex-search If you have any problems please report them to https://github.com/rogershen/chrome-regex-search/issues Keyboard Shortcuts: ENTER: select next regex match SHIFT+ENTER: select previous regex match To setup a Keyboard Shortcut to open the Popup: In your browser, go to chrome://extensions/ Find 'Chrome Regex Search' and click the box Type your custom command (ie CTRL+SHIFT+F) Now whenever, you want to open the popup simply enter your custom command. Extension Options can be found by right clicking the icon and selecting 'Options' or by going to chrome://extensions/ and clicking 'Options' in the row for 'Chrome Regex Search'
You could download the latest version crx file or older version files and install it.
English (United States).
36% user give 5-star rating, 18% user give 4-star rating, 14% user give 3-star rating, 15% user give 2-star rating, 17% user give 1-star rating. Read reviews of chrome regex search
You could find more help information from chrome regex search support page.
You could send emails to publisher, or check publisher's website.
More about manifest_file of chrome regex search.
You could click to report abuse of chrome regex search.
fails at basic searches even without regex
I give it a 5 simply because it works! An invaluable tool I am surprised is not built into the browser itself.
Almost there, but not quite...! I think it works reasonably well, except when contents are loaded in dynamically. In scenarios where a lot of potential hits are loaded in via XHR (XMLHttpRequest), this extension failed to find the new matches. This basically breaks the extension for content loaded in on modern sites. Could you please update it so any actual search takes the actual state of the DOM into account? Thank you for everything so far