chrome-NewWindowWithTabsToRight
chrome-NewWindowWithTabsToRight copied to clipboard
Create a new window from the tabs to the right of the currently selected tab.
As I tab junkie I tend to end up with a lot of tabs related to certain 'contexts', and this extension was born out of helping me to 'slice off'...
The `"tabs"` permission is no longer necessary, as long as you don't need the specific urls of tabs, among [other things](https://developer.chrome.com/docs/extensions/reference/tabs/#manifest). Please remove this permission from the manifest as soon...
I have found The Great Suspender ([Chrome Store](https://chrome.google.com/webstore/detail/the-great-suspender/klbibkeccnjlkjkiokjodocebajanakg), [GitHub](https://github.com/deanoemcke/thegreatsuspender)) to be a really useful extension for managing my 'sea of tabs', when I haven't yet got around to 'sleeping' them...
## APIs ### Dev APIs > These APIs are only available in the Chrome Dev channel - https://developer.chrome.com/docs/extensions/reference/processes/ - > Use the `chrome.processes` API to interact with the browser's processes....
## APIs - https://developer.chrome.com/docs/extensions/reference/tabs/ - https://developer.chrome.com/docs/extensions/reference/tabs/#method-group - > `group()`: Adds one or more tabs to a specified group, or if no group is specified, adds the given tabs to a...
Hi there, some years ago I was about to develop and publish an extension myself with this very same functionality. However I found yours and that's what I've been using....
Sometimes it's useful to be able to copy a list of URLs in the current window (for using elsewhere), or open a list of URLs as tabs. Currently I use...
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...
As described in #4: > To keep the UI 'clean', we should probably include an options page that allows this (and other future things) to be disabled if/as the user...
- https://developer.chrome.com/docs/extensions/reference/api/sidePanel - > Use the `chrome.sidePanel` API to host content in the browser's side panel alongside the main content of a webpage. > > The Side Panel API allows...