Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 624 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 624 Bytes

Chrome Tab Organizer

Simple Chrome extension to manage tabs. Offers the following commands:

  • Sort By Title
    • Sorts all tabs in the current window by the Title of the page loaded in the tab.
  • Sort By Website
    • Sorts all tabs in the current window by the URL of the page loaded in the tab.
  • Sort By Domain
    • Sorts all tabs in the current window by the root domain the page loaded in the tab. This ignores all subdomains.
  • Merge All Windows
    • Moves all tabs from other windows and appends them to the end of the current window.
  • Move Tab to New Window
    • Creates a new window with the current tab.