mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-27 13:29:34 +07:00
* WIP windows API sample * Update background.js * Added mv3 windows API sample * Corrections based on review
552 B
552 B
chrome.windows
This sample demonstrates using the chrome.windows and chrome.tabs API to manage tabs across different windows.
Overview
The extension interates across all tabs and moves them to the currently active window.
Running this extension
- Clone this repository.
- Load this directory in Chrome as an unpacked extension.
- Make sure you have multiple windows of chrome open.
- Pin the extension and click on the action button.