A browser extension that adds a command palette to the browser.
- Why
- Feature set
- Installation
- Settings
- FAQ
- Screenshots
- Development
- Distribution
- Used Libraries
- Icon credits
We all know the feeling: After a lengthy research session we've got a million tabs open relating to various aspects of our current task. And while it might be interesting to stare at this visual representation of our train of thought, finding anything specific in the mess left behind is often a nightmare.
Different browsers have different solutions for this. So do most IDEs.
This extensions aims to provide a unified, accessible control scheme for all browser, modelled after common shortcuts used in popular IDEs.
The default behaviour of omnibox is to fuzzy search through all you open tabs for matches to your query. This does include tabs that are hidden through extensions such as Simple Tab Groups but won't show any tabs in incognito windows.
This includes closing tabs (other tabs, tabs to the left or right, etc.) as well as most other features normally offered by right-clicking a tab in your browser.
This modifier allows you to find any tabs that are currently playing audio.
This modifier allows you to search through your bookmarks and bookmark folders for specific pages.
This modifier allows you to search through your browsing history for specific pages.
The easiest way to install the extension is through the extension stores of your browser
Alt + O
This opens the main omnibox dialog.
Alt + Shift + O
This opens the main omnibox dialog but already prefilled for entering commands.
Yes! Firefox
To contribute to the development of this extension, please follow these steps:
- Clone the repository
- Install the dependencies
npm install - To debug the extension in Firefox, run
npm run startornpm run start:chromefor Chrome.
To create a production build of the extension, run the following commands:
npm run build
npm run bundleThis will generate a zip file containing the extension in the web-ext-artifacts folder, which can be loaded into your browser.
- web-ext - Command line tool to help build, run, and test web extensions
- fuzzysort - Used for fuzzy searching through tabs and commands
- DOMPurify - Used to sanitize tab titles before rendering
- Vite - Build tool used for bundling the extension
- Prettier - Code formatter used to maintain consistent code style
The following icons are used from the heroicons outline set under MIT License:
- hidden
- mute
- unmute


