Skip to content

myersguo/sort-tab-chrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tab Sorter

Features

  • 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

Installation

From Chrome Web Store

  1. Go to the Chrome Web Store
  2. Click Add to Chrome and confirm installation

Manual Installation

  1. Clone or download this repository:
    git clone https://github.com/myersguo/sort-tab-chrome.git
  2. Open Chrome and navigate to chrome://extensions/
  3. Enable Developer mode (toggle in the top-right corner)
  4. Click Load unpacked and select the extension folder
  5. The extension is now installed!

Usage

  • 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

Permissions

  • tabs: Required to access and modify browser tabs
  • storage: Used to store user preferences
  • alarms: Enables periodic auto-sorting functionality

License

This project is licensed under the MIT License - see the MIT License file for details.