Quick Find for Google Chrome™
Port of Firefox Quick Find features + awesome new ones. Search results in one location. Navigate to links in just a few keystrokes.
A find-in-page extension with support for regular expressions.
按已采集快照查看用户数变化。
展示最近 7 日窗口内已采集的评分快照,辅助判断近期评分是否稳定。
同口径展示 1 天、7 天、30 天的绝对增长与增长率。
查看发布时间、版本、支持语言、最近更新和抓取时间。
查看插件说明、主要功能和适用场景。
{find+} is a powerful Find-in-Page extension for Google Chrome allowing you to search a web page or document by regular expression. It has been designed to look and behave much like the native CTRL-F tool, but extended with various useful features.
With {find+}, you can match any legal JavaScript regular expression against text in the page, use find-and-replace to replace text in the page, copy occurrences of a regex to your clipboard, store frequently used expressions, and configure the extension the way you like.
As a software developer, looking through lengthy stack traces, continuous integration build history, or large text files is something we do very regularly. The Chrome Find-in-Page tool works well in most cases, but offers very little when looking for very specific (or very general) keywords.
A few notes:
- This tool was designed and built for developers. If you're not familiar with using regular expressions, this tool is not for you.
- This tool does not support dynamic pages. The purpose of this tool is to search for patterns in structured text, not in pages like Google Sheets or similar sites.
查看最近评论和评分分布。
商店综合星级:4.2。下方星级分布只统计已同步评论正文;如果某个插件只有公开分数、没有真实评论正文,这里可能为空。
查看 Chrome 商店详情页中的相关产品。
Port of Firefox Quick Find features + awesome new ones. Search results in one location. Navigate to links in just a few keystrokes.
Test and validate regular expressions in real-time.
Enhance your browser's find capabilities.Case recognition、Word recognition、regular expressions、Listen for DOM changes in real time
This regex search tool highlights matches on a page, allowing navigation between results and copying matches to the clipboard.
Use regex to extract the text content you need from web page
Our extension provides a seamless way to search, extract, and format data from webpages using regular expressions.
Great extension, does what's written on the tin, thanks a lot! :)
He probado varias extensiones para realizar búsquedas regex esta es la que más me gusta, funciona bien, y es cómoda de usar. ¿Alguien sabe como se cofigura Chrome para que Ctrl+F abra siempre el buscador de find+? Please add an option to search nomatter of accents or explain how to do it. For example we would like to find both "último" and "ultimó" by just searching "ultimo".
works! no content script required!
Exactly what I was looking for! A quick click without having to go to menu to find on the page. Love ability to change colors on search results for page. Thanks!
Worked just fine before... but now needs to run perpetually in the background for some reason. Why does this need to be an background app?
I love this extension, but I have one issue. Is there a way for it to work in Google Sheets? Nothing in the cells gets detected by the extension.
Can't use on view-source:
Hey Brandon, What is the shortcut to trigger the extension's search in macOS?
This is quite a helpful, but when I'm trying to search a site for a letter followed by a number, followed by a non-number, using the regular expression M1[^\d] or M1[^0-9] it is detecting no matches, but it is finding matches if I just search for M1 or M\d - the problem is that it is matching items that also have multiple items after the M1 (e.g. M11), and in a large list, there might be over a hundred matches for that. ...aha! I found another way to do it! M1$ works, as does ^M1$! Thank you for the great product! Edit: Is there any way you can also make this work with Adobe documents loaded in Chrome? I'd LOVE to be able to search Acrobat documents with a regex!
it works