GroupTabs is a powerful Chrome extension that allows you to organize your open tabs into groups, helping you keep your browsing sessions more structured and efficient. With GroupTabs, you can create, manage, search, and manipulate tab groups easily, enhancing your productivity and overall browsing experience.
- Create new tab groups 🆕
- Add tabs to existing groups ➕
- Remove tabs from groups ❌
- Rename groups 📝
- Change the color of groups 🎨
To install GroupTabs, follow these steps:
- Download the source code from the GitHub repository.
- Open Chrome and go to the Extensions page (chrome://extensions/).
- Enable Developer Mode by toggling the switch in the top right corner.
- Click the "Load unpacked" button and select the folder containing the source code.
- The GroupTabs icon should now appear in your Chrome toolbar.
Once you have installed the GroupTabs extension, you can start using its features to manage your tab groups. GroupTabs provides several commands that you can execute to perform various actions. Here's a list of available commands and their usage:
add
ora
: Add the current tab to a new or existing tab group specified by<group-name>
.toggle
ort
: Toggle the visibility of the tab group specified by<group-name>
.remove
orrm
: Remove the tab with the specified ID from its tab group.search
orsr
: Search for a tab group with the given<group-name>
.kill
ork
: Close and remove the tab group with the given<group-name>
.save
orsv
: Save all open tabs to a new tab group with the specified<group-name>
.restore
orrs
: Restore the previously saved tab group with the given<group-name>
.collapse-all
orc
: Collapse all tab groups.
Please note that all commands require at least one argument except for the remove
and collapse-all
commands.
To execute a command, follow these steps:
- Click on the GroupTabs toolbar icon in the Chrome browser.
- In the popup window, enter the desired command and the required arguments.
- Press Enter or click the "Execute" button to perform the command.
Here are some examples to demonstrate the usage of the GroupTabs commands:
-
Add a tab to a tab group: Enter
add <group-name>
ora <group-name>
in the command input field. This will add the current tab to the specified tab group. -
Toggle the visibility of a tab group: Enter
toggle <group-name>
ort <group-name>
in the command input field. This will toggle the visibility of the specified tab group. -
Remove a tab from its tab group: Enter
remove <tab-id>
orrm <tab-id>
in the command input field. This will remove the tab with the specified ID from its tab group. -
Search for a tab group based on its name: Enter
search <group-name>
orsr <group-name>
in the command input field. This will search for a tab group with the given name and display it if found. -
Close and remove a tab group: Enter
kill <group-name>
ork <group-name>
in the command input field. This will close and remove the tab group with the specified name.
GroupTabs is licensed under the MIT License. See the LICENSE file for details.