Skip to content

Latest commit

 

History

History
56 lines (42 loc) · 2.16 KB

README.md

File metadata and controls

56 lines (42 loc) · 2.16 KB

Blanche

A spotlight search for google chrome.

Forks Stargazers Issues MIT License LinkedIn

Switch between tabs/windows, open history/bookmarks without ever leaving your keyboard.

Installation

TBA: Adding repo to chrome web store. For now...

Clone the git repo:

git clone https://github.com/karthikmacherla/Blanche.git

Head to chrome://extensions and check Developer mode at the top right.

Click load unpacked, and select this root of this git repo.

Usage

Open the spotlight search modal by using cmd+k on Mac or ctrl+k on windows.

Currently supports:

  • Tab switching
  • Window switching
  • Searching recent history

Contributing

  1. Fork it (https://github.com/yourname/yourproject/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request