OnlySort is a simple, fast, and privacy-focused browser extension designed to eliminate tab clutter by automatically sorting your open tabs. Get organized in just one click!
- One-Click Sorting: Quickly sort all tabs in the current window or across all open windows.
- Logical Ordering: Tabs are sorted based on a sensible, tiered sequence:
- Domain (e.g., all
google.comtabs grouped together) - Subdomain (e.g., separating
mail.google.comfromdocs.google.com) - Title (alphabetical sorting for tabs from the same subdomain)
- Domain (e.g., all
- Privacy First: No data is collected, stored, or transmitted. It just sorts your tabs—that's it.
The easiest way to install OnlySort is directly from the official store:
- Click here to visit the Chrome Web Store page.
- Click the "Add to Chrome" button.
- Pin the extension icon for easy access!
If you are installing from a local copy or developing:
- Clone this repository:
- Open your browser's extensions page (e.g.,
chrome://extensions). - Enable Developer mode using the toggle in the top-right corner.
- Click "Load unpacked" and select the
srcextension directory inside this repo.
This section is for developers looking to build, test, or package the extension.
Follow Option 2 in the Installation guide above.
To generate the packaged .zip file ready for submission to the Chrome Web Store, use the provided build script:
./build.sh pack ext-onlySort