The Search Command Bar is a CLI-inspired Chrome extension that makes searching on websites easier.
The Search Command Bar (SCB) Chrome extension takes advantage of URL parameters to make searching on a variety of websites easy. Inspired by the ease of using commands in a terminal, the SCB allows users to search on websites using associated commands. Search prompts are passed as arguments into the search command to construct a URL that takes the user to the website searched with that prompt.
Features of the Search Command Bar include:
- Searching websites using terminal-esque commands
- Adding custom search commands to search desired websites
- Storing commands using the Chrome extension storage API (or localStorage for Demo website)
- Using quotation marks to pass in multiple space-separated arguments as a single argument
- A CLI-inspired UI to display command outputs
- Clone this repository
- Inside the root directory of this repository, run
npm i, thennpm run build - In Chrome, open the
Manage Extensionsmenu - Turn on Developer Mode for extensions
- Click the
Load unpackedbutton - Select the
distfolder of this repository
- Open a new tab in Chrome
- If prompted to change back the page, select
Keep it - Click on the command bar near the bottom or click anywhere on the page
- Read the initial message for quick help, or enter
helpinto the command bar for further details
