Move tabs between windows
Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window.
What is Move tabs between windows?
Move tabs between windows is a Chrome extension developed by Ivan Novikov, and its main feature is "Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window.".
Download Move tabs between windows Extension CRX File
Download Move tabs between windows extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Usually you have just the current tab selected, but Chrome also has built-in functionality to select multiple tabs: — To select specific tabs in a window, click tab handles while holding down Cmd (Mac) or Ctrl (Windows) key. — To select a range of tabs, click tab handles while holding down the Shift key. Source code: https://github.com/ivan7237d/move-tabs
Extension Basic Information
Name | Move tabs between windows |
ID | dcgkknngicjdagcjljfbhgdimlfhafag |
Official URL | https://chromewebstore.google.com/detail/move-tabs-between-windows/dcgkknngicjdagcjljfbhgdimlfhafag |
Description | Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window. |
File Size | 3.54 KB |
Installation Count | 216 |
Current Version | 1.0 |
Last Updated | 2016-11-08 |
Publish Date | 2016-11-08 |
Rating | 4.83/5 Total 6 Ratings |
Developer | Ivan Novikov |
Payment Type | free |
Extension Website | https://twitter.com/ivan7237d |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Move tabs between windows", "version": "1.0", "description": "Click the extension's toolbar button, then switch to another Chrome window \u2014 selected tab(s) will move to that window.", "manifest_version": 2, "background": { "persistent": true, "scripts": [ "background.js" ] }, "offline_enabled": true, "browser_action": { "default_title": "Move tabs to another window" } } |