- Sorts browser tabs by URL or Title
- Supports automatic sorting at a default interval of 15 minutes
- Provides manual sorting via a browser action
- Simple and intuitive popup UI for easy control
- Customizable options in the settings page
- Go to the Chrome Web Store
- Click Add to Chrome and confirm installation
- Clone or download this repository:
git clone https://github.com/myersguo/sort-tab-chrome.git
- Open Chrome and navigate to
chrome://extensions/
- Enable Developer mode (toggle in the top-right corner)
- Click Load unpacked and select the extension folder
- The extension is now installed!
- Right Click on the Tab Sorter icon in the toolbar to open the options
- Select sorting method (By URL or By Title)
- Enable or disable auto-sorting in the options page
- Tabs will be sorted instantly or on a scheduled interval
- tabs: Required to access and modify browser tabs
- storage: Used to store user preferences
- alarms: Enables periodic auto-sorting functionality
This project is licensed under the MIT License - see the MIT License file for details.