A browser extension that lets you search tabs with a dynamic menu program—such as dmenu.
Documentation | Changelog | Contributing
- Tab search.
- List tabs by recency.
- Recently closed tab search.
- Synced tab search.
- Bookmark search.
- Reading list search.
- Recently visited page search.
- Download search.
- Combined search.
Requires chrome-shell for running shell commands.
Download the Nightly builds.
Install Inkscape to build the images.
git clone https://github.com/taupiqueur/chrome-dmenu.git
cd chrome-dmenu
make build
- Navigate to
chrome://extensions
. - Enable “Developer mode”.
- Click “Load unpacked” and select the extension directory.
Copy the extension ID and run the following in your terminal.
chrome-shell install [--target=<platform>] [<extension-id>...]
Possible targets are chrome
, chrome-dev
, chrome-beta
, chrome-canary
and chromium
.
See the manual for setup and usage instructions.
dmenu for Chrome is also documented via the extension’s internal pages—Right-click the dmenu toolbar button and select “Documentation”.
Report bugs on the issue tracker, ask questions on the IRC channel, send patches on the mailing list.