-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a command to open a new group tab #3
Comments
Simply we need to add a command to open a new tab with the URL: I think this is a good first issue to extend this addon by someone not me. |
Hi - is there a way to add an existing tab or tabs selected to an existing group? It seems the only option I have right now is to create a new group, or drag and drop tabs into that group that already exists. I'd like to be able to move them into a group that already exists, even if that group is in another window as well as show a list of existing groups. This would mimic the current group functionality of chrome. |
There is no such feature for now. I think you'll need to implement a submenu listing existing group tabs. |
Hey piroor, |
Note: I have less motivation to implement new features by my hand, and pull requests to implement "good first issue" labeled features like this are always welcome. I hope these issues get people involved to join opensource development. A new keyboard shortcut will be added here: tst-more-tree-commands/manifest.json Lines 48 to 49 in c18b790
tst-more-tree-commands/background/background.js Lines 354 to 355 in c18b790
Codes for a new menu command will be added here: tst-more-tree-commands/background/background.js Lines 155 to 156 in c18b790
tst-more-tree-commands/background/background.js Lines 225 to 226 in c18b790
tst-more-tree-commands/background/background.js Lines 284 to 285 in c18b790
|
piroor/treestyletab#2702
The text was updated successfully, but these errors were encountered: