Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redesign #59

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 13 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# Chrome Regex Search

<img src="https://raw.githubusercontent.com/rogershen/chrome-regex-search/master/src/icons/icons_128.png" align="right" style="padding-left: 10px;" />
![Logo](icons/icons_96.png)

An extension for Regex Search in lieu of Chrome's CTRL+F.

<img src="https://raw.githubusercontent.com/rogershen/chrome-regex-search/master/google-webstore/popup.png" />
<br />
Instead of writing a program to download a web page to find regex matches, use
this simple extension to highlight regex matches on the web page dynamically as you type.
![Popup](https://raw.githubusercontent.com/rogershen/chrome-regex-search/master/google-webstore/popup.png)

Instead of writing a program to download a web page to find regex matches, use this simple extension to highlight regex matches on the web page dynamically as you type.

Offers customizable highlighting, case-insensitive and instantaneous search in the extension options.

Expand All @@ -16,36 +15,22 @@ Also, offers a search history that can be configured to the max number of record
Note that textarea and input elements will not be highlighted as they cannot be styled by CSS3 natively.

## Installation

Go to https://chrome.google.com/webstore/detail/chrome-regex-search/bpelaihoicobbkgmhcbikncnpacdbknn?hl=en&gl=US
Click 'Add to Chrome'
[Go to this page](https://chrome.google.com/webstore/detail/chrome-regex-search/bpelaihoicobbkgmhcbikncnpacdbknn?hl=en&gl=US) and Click 'Add to Chrome'

## Screenshots
<img src="https://raw.githubusercontent.com/rogershen/chrome-regex-search/master/google-webstore/googlenews.png" />
Four letter words
<img src="https://raw.githubusercontent.com/rogershen/chrome-regex-search/master/google-webstore/settings.png" />
Customizable settings
![screenshot 1](https://raw.githubusercontent.com/rogershen/chrome-regex-search/master/google-webstore/googlenews.png)

## Keyboard Shortcuts
<b>ENTER</b> : select next regex match on page
<br />
<b>SHIFT+ENTER</b> : select previous regex match on page
**Four letter words**
![screenshot 2](https://raw.githubusercontent.com/rogershen/chrome-regex-search/master/google-webstore/settings.png)

<b>Instructions to set up a keyboard shortcut to open the popup:</b>
<br />
In your browser, go to chrome://extensions/shortcuts
<br />
Scroll to Chrome Regex Search
<br />
Click 'Keyboard Shortcuts'
<br />
Type your custom command (ie CTRL+SHIFT+F)
<br />
Now whenever, you want to open the popup simply enter your custom command.

## Keyboard Shortcuts

- `cmd/ctrl + shift + f`: To initiate the plugin. You can also set this in your [chrome settings](chrome://extensions/shortcuts)
- `enter`: select next regex match on page
- `shift + enter`: select previous regex match on page


## License

Chrome Regex Search is under the MIT license. See the <a href="https://raw.githubusercontent.com/rogershen/chrome-regex-search/master/LICENSE">LICENSE</a> file for details.
Chrome Regex Search is under the MIT license. See the <a href="https://raw.githubusercontent.com/rogershen/chrome-regex-search/master/LICENSE">LICENSE</a> file for details.
Binary file added src/cheat_sheet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/cheatsheet.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<a href="popup.html">BACK</a>
<img src="cheat_sheet.png">
Binary file added src/icons/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/icons/icons_128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/icons/icons_16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/icons/icons_24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/icons/icons_256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/icons/icons_32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/icons/icons_48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/icons/icons_64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/icons/icons_72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/icons/icons_96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading