extension ExtPose

Find whatever - regex & auto re-find

CRX id

pdpkckoiaiinjlhddhcoknjhdncepnbo-

Description from extension meta

Enhance your browser's find capabilities.Case recognition、Word recognition、regular expressions、Listen for DOM changes in real time

Image from store Find whatever - regex & auto re-find
Description from store github:https://github.com/ImSwordTooth/findwhatever 欢迎提 issue 😄 * 按 Command + F 或点按工具栏图标打开(默认快捷键似乎不能触发,需要手动配置下) * 可在 chrome://extensions/shortcuts 设置快捷键 * 首次使用需要刷新下旧页面 增强查找功能,支持 - 大小写 - 整个单词 - 正则表达式 - 实时监听 DOM 变化来查找新的结果(如翻页、tabs切换、Tooltip) - 多个 iframe - 切换标签页时自动查找新的结果 - 一键复制匹配结果 ## 3.1.1 更新 修复偶然情况下面板打不开的bug;优化样式 ## 3.1.0 更新 添加一段时间后重置所有搜索词、筛选项功能;修复svg模糊bug;兼容所有页面都为空的情况;优化切换标签页时的行为;修复规范化bug ## 3.0.1 更新 现在只有在初次安装时才会自动打开设置页;新增可拖拽区域的设置 ## 3.0.0 更新 新增跨标签搜索功能,具体详情请关注设置页;重写设置页;不再限制页面的协议必须为 http;重新设计了当前页和 iframe 页的展示界面;整体样式更新优化;添加入场离场动画;去除了不必要的自动查找 ## 2.8.0 更新 iframe 现在会过滤掉没内容的;修复 bug ## 2.7.0 更新 启动插件时自动监测位置,如果位置异常,自动重置 ## 2.6.0 更新 正则支持 Unicode 模式,可在设置页配置,默认关闭 ## 2.5.0 更新 DOM变化后的自动更新不再自动滚动当前元素到视口内 ## 2.4.0 更新 修复输入时触发页面的全局快捷键的bug;临时透明度可设置 ## 2.3.0 更新 支持修改防抖时长;优化i18n ## 2.2.0 更新 输入框添加防抖功能,如果开启了正则模式,防抖时间会更长 ## 2.1.0 更新 添加设置页,支持自定义高亮样式;修复了不能查找元素的直接文本节点的bug ## 2.0.1 更新 修复面板可调整大小的bug ## 2.0.0 更新 添加最近和固定查找词功能;修复尾部空格bug;面板内的元素现在不会被翻译软件翻译;修复拖拽bug,现在不再能拖到视口外部 ## 1.4.2 更新 修复不能自动填写选中文本bug ## 1.4.1 更新 修复查找结果和 iframe 的顺序可能不一致的bug ## 1.4.0 更新 现在支持搜索 Shadow-DOM 里的元素了;优化查找速度 ## 1.3.0 更新 添加调整面板透明度的功能 ## 1.2.0 更新 添加复制查找结果的功能;修复切换tabs是iframe未更新的bug ## 1.1.3 更新 添加关闭和上一个的快捷键;修复定位查找结果异常的bug ## 1.1.2 更新 输入时禁用文本穿透;修复切换标签页时文本、设置没有同步的bug;修复切换标签页时原标签页的动态监测没有停止的bug ## 1.1.1 更新 tailwindcss的单位改成px;修复初始位置bug ## 1.1.0 更新 dom 元素被隔离在shadow dom中,不再影响原始页面;查找时过滤掉了隐藏中的元素;优化性能 ## 1.0.0 更新 本次更新使用 React 重构了整个项目,并解决了一些潜在的问题。 ## 0.0.7 更新 修复不能自动获取焦点bug;修复不能自动填写选中文本bug ## 0.0.6 更新 修复关闭查找面板后注入的 CSS没有正确清除的bug;修复选中的文本没有自动填充到文本框的bug;当前页的查找结果总是出现在首位;优化查找结果的滚动定向;添加英文说明 ## 0.0.5 更新 修复bugs;添加设置高亮颜色功能。 ## 0.0.4 更新 查找下标现在从0开始;dom 变动后的查找不再重置查找下标。 ## 0.0.3 更新 过滤无效的 iframe;添加拖拽功能;添加筛选提示。 ———————————————————————————————————————— ** github:https://github.com/ImSwordTooth/findwhatever ** * Press Command + F or click the toolbar icon to open (refresh the old page for the first use) * You can set shortcut keys at chrome://extensions/shortcuts Enhanced search function, support - Uppercase and lowercase - Whole word - Regular expression - Real-time monitoring of DOM changes to find new results (such as page turning, tabs switching, Tooltip) - Multiple iframes - Automatically find new results when switching tabs - One-click copy match results ## 3.1.1 update Fixed the bug that the panel could not be opened in an occasional situation; Optimize the style ## 3.1.0 update Added the function of resetting all search terms and filter items after a period of time; fixed the svg blur bug; compatible with the situation where all pages are empty; optimized the behavior when switching tabs; fixed the normalization bug ## 3.0.1 update Now the settings page will be automatically opened only when it is installed for the first time; new settings for drag area are added ## 3.0.0 update Added cross-tag search functionality, details can be found in the settings page; Rewritten settings page; No longer restricted to http protocol for pages; Redesigned display interface for current page and iframe pages; Overall style update and optimization; Added entry and exit animations; Removed unnecessary automatic search ## 2.8.0 update Now iframes will filter out those without content; bug fixed ## 2.7.0 update Automatically monitor the location when the extension is started, and automatically reset if the location is abnormal ## 2.6.0 update Regular expressions support Unicode mode, which can be configured in the settings page and is disabled by default ## 2.5.0 update After the DOM change, the automatic update no longer automatically scrolls the current element into the viewport ## 2.4.0 update Fixed bug that triggered global shortcut of page when typing; temporary transparency can be set ## 2.3.0 update Support modifying the debounce duration; optimize i18n ## 2.2.0 update Add a debounce function to the input box. If the regular expression mode is enabled, the debounce time will be longer ## 2.1.0 update Add settings page to support custom highlighting styles; fixed a bug where direct text nodes of elements could not be found ## 2.0.1 update Fix the bug of the resizable panel. ## 2.0.0 update Add recent and fixed find words; fixed tail space bug; elements in the panel are now not translated by translation software; fixed drag and drop bug, now can no longer be dragged outside the viewport ## 1.4.2 update Fixed the bug that the selected text cannot be filled automatically ## 1.4.1 update Fixed a bug where the order of find results and iframes might be inconsistent ## 1.4.0 update Now supports searching for elements in Shadow-DOM; optimized search speed ## 1.3.0 update Added the ability to adjust panel opacity ## 1.2.0 update Added the ability to copy lookup results; Fixed a bug where toggle tabs was iframe not updated ## 1.1.3 update Add shortcut keys for close and previous; Fixed a bug where the location find result was abnormal ## 1.1.2 update Disable text penetration when entering; Fixed the bug that text and Settings were not synchronized when switching tabs; Fixed a bug where dynamic monitoring of the original TAB did not stop when switching tabs ## 1.1.1 update Change the unit of tailwindcss to px; Fixed the initial location bug ## 1.1.0 update dom elements are isolated in the shadow dom and no longer affect the original page;Hidden elements are filtered out during find;Optimize performance ## 1.0.0 update This update refactored the entire project using React and addressed some potential issues. ## 0.0.7 update Fixed the text box auto-focus bug;Fixed the bug that the selected text cannot be filled automatically ## 0.0.6 update Fixed the bug where CSS injected after closing the search panel was not properly cleared;Fixed the bug where the selected text was not automatically filled into the text box;The find results on the current page always appear first;Optimize the scrolling orientation of find results;Add English explanation ## 0.0.5 update Fix bugs; add the function of setting highlight color. ## 0.0.4 update Search index now starts from 0; search after DOM changes no longer resets the search index. ## 0.0.3 update Filter invalid iframes; add drag function; add filter prompts.

Latest reviews

  • (2025-03-31) first last: Nice overall but please add some form of debouncing, because it's too easy to type something like `\**` and get stuck in a [catastrophic backtracking](https://javascript.info/regexp-catastrophic-backtracking) loop. Due to the extension remembering the last regex it's impossible to easily get out of it.
  • (2025-03-27) Nathan IceSea (IceSea): Great! It would be better if highlight on scrollbar is also supported
  • (2024-07-29) 武献磊: b( ̄▽ ̄)d

Statistics

Installs
504 history
Category
Rating
4.9565 (23 votes)
Last update / version
2025-07-01 / 3.1.1
Listing languages
en-US

Links