8000 GitHub - pabsromo/multisearch: A chrome extension to expand your in page searching capabilities
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pabsromo/multisearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multisearch

A chrome extension to expand your in page searching capabilities

Steps to take:

  • Figure out how structure of project should be
  • Be able to highlight single words or phrases exactly
  • Be able to highlight words or phrases using regex
  • Be able to highlight multiple words or phrases exactly
  • Be able to focus on individual words or phrases that are searched
  • Be able to highlight multiple words or phrases using regex
  • Be able to have a text input to search one word or phrase exactly
  • Be able to have a text input to search one word or phrase with regex

Notes:

Structure of an extension project

|-- my-extension/
    |-- manifest.json
    |-- background.js
    |-- scripts/
    |   |-- content.js
    |   |-- react.production.min.js
    |-- popup/
    |   |-- popup.html
    |   |-- popup.js
    |   |-- popup.css
    |-- images/
    |   |-- icon-16.png
    |   |-- icon-32.png
    |   |-- icon-48.png
    |   |-- icon-128.png

About

A chrome extension to expand your in page searching capabilities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0