Skip to content

nek023/anchor

Repository files navigation

anchor

Build

Tab switcher for Google Chrome.

Installation

Download from Chrome Web Store

Go to the Chrome Web Store and install the extension.

After installation, select "Keyboard shortcuts" from the menu in the Chrome extension settings and setup the shortcuts.

Build manually

asdf install
npm install
npm run build

After the build is complete, activate "Developer mode" from the Chrome extension settings, select "Load unpacked" and choose the project root directory.

Usage

Launch anchor and enter search words in the input field. A list of tabs matching the search word will be displayed.

You can also search for pages from your bookmarks or history by using the following filters.

  • t:(keyword) - Find from tabs.
  • b:(keyword) - Find from bookmarks.
  • h:(keyword) - Find from histories.

If no filter is specified, it works the same as if t: were specified.

Filters can also be combined. For example:

  • tb: - Find from tabs and bookmarks.
  • tbh: - Find from tabs, bookmarks and histories.

License

anchor is licensed under the MIT License.