A spotlight search for google chrome.
Switch between tabs/windows, open history/bookmarks without ever leaving your keyboard.
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.
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
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request