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

Context menu position #2

Closed cprcrack closed 6 years ago

cprcrack commented 6 years ago

Can the context menu option "open tabs to the right in new window" be placed in the regular Chrome context menu that is displayed when you right click on any tab title? I mean the same menu where "Close tabs to the right" is displayed by default by Chrome.

0xdevalias commented 6 years ago

Unfortunately not. Chrome restricts the ability for extensions to modify any of the 'standard UI' features, which include that menu. I would have loved to be able to put it there too.