https://github.com/adrum/chrome-tab-organizer
Chrome Extension to Simply Manage Tabs
https://github.com/adrum/chrome-tab-organizer
Last synced: over 1 year ago
JSON representation
Chrome Extension to Simply Manage Tabs
- Host: GitHub
- URL: https://github.com/adrum/chrome-tab-organizer
- Owner: adrum
- License: mit
- Created: 2020-05-13T01:02:43.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-13T02:21:59.000Z (about 6 years ago)
- Last Synced: 2025-03-05T22:06:01.603Z (over 1 year ago)
- Language: JavaScript
- Size: 29.3 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.