Skip to content

ymkjp/find-by-regex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

find-by-regex

Build Status

This is a chrome extension to search the text of any page using regular expressions. Pull requests are welcome, just base your changes on the dev branch instead of master, as master is only updated on every release and is often behind the dev branch.

Chrome Web Store

Necessary build tools

Build guide

  1. Clone this repo
  2. Execute npm install inside the created directory,
  3. Run npm run build in order to build the extension (build/ is the output directory).

License

Publish Chrome Extension

  1. Run npm run release to minify files
  2. Upload zip file on https://chrome.google.com/webstore/developer/edit/ckbmhijdfkdmhhenmgboichholfdkglg

Packages

 
 
 

Languages

  • TypeScript 79.5%
  • HTML 12.3%
  • JavaScript 7.5%
  • CSS 0.7%