All Projects → brandon1024 → Find

brandon1024 / Find

Licence: gpl-3.0
A find-in-page extension for Chrome and Firefox that supports regular expressions.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Find

Tracy
A tool designed to assist with finding all sinks and sources of a web application and display these results in a digestible manner.
Stars: ✭ 464 (+195.54%)
Mutual labels:  chrome-extension, firefox, browser-extension
Brotab
Control your browser's tabs from the command line
Stars: ✭ 137 (-12.74%)
Mutual labels:  chrome-extension, firefox, browser-extension
Service Worker Detector
This extension detects if a website registers a Service Worker.
Stars: ✭ 124 (-21.02%)
Mutual labels:  developer-tools, chrome-extension, browser-extension
Azure Mask
A browser extension (Chrome, Firefox) that toggles concealment of sensitive information found in the Azure Portal web page such as Subscription Id's
Stars: ✭ 189 (+20.38%)
Mutual labels:  chrome-extension, firefox, browser-extension
Synology Download Manager
An open source browser extension for adding/managing download tasks to your Synology DiskStation.
Stars: ✭ 138 (-12.1%)
Mutual labels:  chrome-extension, firefox, browser-extension
Jjb
一个帮助你自动申请京东价格保护的chrome拓展
Stars: ✭ 3,083 (+1863.69%)
Mutual labels:  chrome-extension, firefox, browser-extension
Urql Devtools
A tool for monitoring and debugging urql during development
Stars: ✭ 131 (-16.56%)
Mutual labels:  chrome-extension, firefox, browser-extension
Extanalysis
Browser Extension Analysis Framework - Scan, Analyze Chrome, firefox and Brave extensions for vulnerabilities and intels
Stars: ✭ 351 (+123.57%)
Mutual labels:  chrome-extension, firefox, browser-extension
Markdown Viewer
Markdown Viewer / Browser Extension
Stars: ✭ 497 (+216.56%)
Mutual labels:  chrome-extension, firefox, browser-extension
Github Hovercard
Neat hovercards for GitHub.
Stars: ✭ 1,655 (+954.14%)
Mutual labels:  chrome-extension, browser-extension
Simplify
Issue tracker for Simplify Gmail, a browser extension to simplify Gmail's interface
Stars: ✭ 1,632 (+939.49%)
Mutual labels:  chrome-extension, browser-extension
Minimongoexplorer
Handy Google Chrome extension for reviewing MiniMongo.
Stars: ✭ 131 (-16.56%)
Mutual labels:  chrome-extension, browser-extension
Network Plus
DevTools for network recording, modification and resending.
Stars: ✭ 122 (-22.29%)
Mutual labels:  chrome-extension, browser-extension
Sputnik
Open Source Intelligence Browser Extension
Stars: ✭ 119 (-24.2%)
Mutual labels:  firefox, browser-extension
Codenav
Better code navigation in github
Stars: ✭ 133 (-15.29%)
Mutual labels:  firefox, browser-extension
Metastream
Watch streaming media with friends.
Stars: ✭ 1,926 (+1126.75%)
Mutual labels:  chrome-extension, browser-extension
Dictionaries
One dictionary to rule them all -- a browser extension to help you learn languages
Stars: ✭ 134 (-14.65%)
Mutual labels:  chrome-extension, browser-extension
Web Extension Starter
Typescript, React, Redux, Styled-Component and Webpack based sample extension boilerplate. Runs on Chrome and Firefox. Sample chrome extension.
Stars: ✭ 115 (-26.75%)
Mutual labels:  chrome-extension, firefox
Disable Javascript
Adds the ability to disable JavaScript on specific sites.
Stars: ✭ 151 (-3.82%)
Mutual labels:  chrome-extension, firefox
Chrome Extensions Reloader
A chrome extension for reloading unpacked extensions
Stars: ✭ 154 (-1.91%)
Mutual labels:  developer-tools, chrome-extension

{find+}

Chrome Users Firefox Users Last Commit on GitHub

{find+} is a powerful find-in-page extension for Chrome and Firefox that allows you to search for content in a web page or document by regular expression. It is a feature-rich alternative to the native find-in-page tool built into your browser.

Some notable features:

  • match a regular expression against text in a web page
  • quickly search for text using the browser omnibox
  • find and replace text in a page
  • copy occurrences of a regular expression to your clipboard
  • store frequently-used patterns
  • adjust colours and search settings

Getting Started

The {find+} extension is available through the Chrome Web Store and through the Firefox Add-ons Store.

Download the extension here: find+ | Regex Find-in-Page Tool.

Download the extension here: {find+} – Get this Extension for 🦊 Firefox.

Keyboard Shortcuts

In Firefox, you can use CTRL++F to open the extension popup.

To open the extension popup in Chrome using a keyboard shortcut, you must first assign a keyboard shortcut to the extension through the Chrome settings. You can do this by following these steps:

  1. Navigate to the Extensions settings page in Chrome, or type chrome://extensions/ into the navigation bar.
  2. In the top left click on the ☰ menu icon, then click Keyboard shortcuts.
  3. Locate the shortcut settings for find+. Click the input field located to the right of the label Activate the extension.
  4. Press the combination of keys you would like to use, and once complete press OK. We recommend using CTRL++F, since it shouldn't conflict with any other browser keyboard shortcut mappings.

When the extension popup is open, there are a number of keyboard shortcuts you can use. These settings cannot be remapped.

Windows Shortcut macOS Shortcut Action
Advance to the next occurrence of the regular expression in the page
+ + Return to the previous occurrence of the regular expression in the page
CTRL++ ^++ Follow the first highlighted link in the current occurrence focus
CTRL+ALT+C ^++C Copy to the clipboard the currently highlighted text on the page.
CTRL+ALT+A ^++A Copy to the clipboard the all highlighted text on the page.
CTRL+ALT+O ^++O Expand or Collapse Options Pane
CTRL+ALT+R ^++R Expand or Collapse Replace Text Pane
CTRL+ALT+H ^++H Expand or Collapse Saved Expressions Pane
CTRL+ or ESC ^+ or ESC Close the extension popup

Omnibox Support

In version 1.4.0, we introduced omnibox support! This allows you to highlight text on a page without even opening the extension. To use this feature, type find in your browser's address bar, press or , and then enter a regular expression. Occurrences of the regular expression will become highlighted on the page as you type.

Pressing ENTER will leave the highlights in the page. To remove the highlights, simply refresh the page. If you don't want to leave the highlights in the page, just erase the text entered in the address bar.

Contributing

We can use your help! Our CONTRIBUTING doc should help get you started.

Contributors

License

This project is licensed under the GPLv3 License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].