/Deep-Tab-Search

Chrome extension that lets you search the content of all your open tabs.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Deep Tab Search

Deep Tab Search is a Chrome extension that lets you search the content of all your open tabs.

Install

  1. Download and uncompress zip.
  2. In Chrome, go to the extensions page at chrome://extensions/.
  3. Enable Developer Mode.
  4. Choose Load Unpacked and select the folder.

Build

  1. npm install to install dependencies.
  2. Update version in manifest.json.
  3. npm run build.

Features

  • Deep search all open tabs.
  • Search the web from the extension.
  • Jump directly to search terms.
  • Close tabs from the extension popup.
  • Listed tabs are ordered by most recently accessed.
  • Search results ordered by relevance.

Usage

Once installed, you can access the extension by clicking the extension icon in the Chrome toolbar.

  • Type a search query to deep search all open tabs.
  • Navigate with the arrow keys and press Enter or click on a search result to jump immediately to that tab.
  • Hold Alt/Option and select a tab to close it.

Note: Deep Tab Search works more smoothly with Chrome Memory Saver turned off. It still work with it on but it's a little slower since it has to reload discarded tabs before searching them.

License

Deep Tab Search is licensed under the GNU General Public License version 3.