0xdevalias / chrome-NewWindowWithTabsToRight

Create a new window from the tabs to the right of the currently selected tab.
https://www.devalias.net/dev/chrome-extensions/new-window-with-tabs-to-right/
MIT License
6 stars 2 forks source link

Move tab(s) to window #4

Open 0xdevalias opened 5 years ago

0xdevalias commented 5 years ago

Currently we can move a group of tabs to the right, but what if we already have a window open that we want to move them to? For a single tab we can easily drag it over.. but less so if we have multiple tabs.

Proposed features:

To keep the UI 'clean', we should probably include an options page (see #5) that allows this (and other future things) to be disabled if/as the user desires. This could be at the feature level (eg. this whole thing), as well as at the sub-feature level (eg. if I never want to do things with tabs 'to the left', i could hide those options)

APIs: