Back to directory
epilande avatar
epilande / alfred-browser-tabs

alfred-browser-tabs

๐Ÿ” Search browser tabs from Chrome, Arc, Brave, Safari, etc..

469

Stars

46

Forks

7

Watchers

MIT

License

Alfred Browser Tabs ๐Ÿ”

Search browser tabs from Chrome, Arc, Brave, Safari, etc..

Why?

You have hundreds of tabs open that you need to sift through and ain't nobody got time for that.

Features

  • ๐ŸŽ Blazing fast!
  • ๐Ÿ’ช Supports Chrome, Arc, Brave, Edge, Vivaldi, Safari, Orion.
  • ๐Ÿ” Fuzzy search title & URLs.
  • โœจ Relevant results (last active window).
  • ๐ŸŒถ๏ธ Customizable hotkeys & keywords.
  • ๐Ÿ“‹ Copy URL to clipboard.

Installation

  1. Download the Alfred Workflow (Browser-Tabs.alfredworkflow).
  2. Double-click to import into Alfred (requires Powerpack).
  3. Review workflow, add hotkeys, customize.

Demo

demo

Usage

I would recommend setting up a hotkey to toggle the workflow to immediately search open tabs. For example:

setup hotkey

Commands

  • chrome tabs {query} - Fetch tabs from Google Chrome and filter based on query.
  • brave tabs {query} - Fetch tabs from Brave Browser and filter based on query.
  • edge tabs {query} - Fetch tabs from Microsoft Edge and filter based on query.
  • vivaldi tabs {query} - Fetch tabs from Vivaldi and filter based on query.
  • safari tabs {query} - Fetch tabs from Safari and filter based on query.
  • orion tabs {query} - Fetch tabs from Orion and filter based on query.
  • arc tabs {query} - Fetch tabs from Arc and filter based on query.

Copy to clipboard

Holding the CTRL key while selecting an item will copy the selected tab URL to your clipboard.

More workflows

License

MIT License

Releases

Feb 23, 2026

Download .zip

๐Ÿ› Bug Fixes

Fixed tab focusing with multiple browser windows in recent Chrome versions (#61)

๐Ÿ”ง Improvements

Added GitHub Actions workflows for automated builds and releases (#64)

๐Ÿ“ Full Changel...

Jun 11, 2024

Download .zip

What's Changed

โœจ feat: Add support for Arc browser by @spamwax in #50

New Contributors

@spamwax made their first contribution in #50

Full Changelog: v1.0.6...v1.0.7

What's Changed

โœจ Add support for Orion Browser by @whispy in #46 ๐Ÿ› fix: Focus window properly when switching to a tab in a currently-unfocused window by @alythobani in #49

New Contributors

@whisp...

Oct 31, 2021

Download .zip

What's Changed

๐Ÿ” add decodeURI before relpacing non-word characters by @tru2dagame in #21 ๐Ÿ› replaceAll() not available by @mvgrimes in #22 ๐Ÿ› Fix replaceAll in webkit by @epilande in #26

New Contr...

๐ŸŽ‰ Add support for Microsoft Edge #19. ๐Ÿ‘€ Add quicklook #10. ๐Ÿ” Match on URL segments #5. ๐Ÿ› Fix active browser order #12. ๐Ÿ› Fix Safari window focus #17.