WebExtension.net
WebExtension.net
WebExtension.net
WebExtension.net
Move Tab to Next Window

Move Tab to Next Window

View on Chrome Web Store
4.8 (14 ratings)
1 new ratings
0 views
0 downloads

Data is synced from the Chrome Web Store. View the official store page for the most current information.

One-click to move a tab to the next window
Type
Extension
Users
1,000 users
4
Roman Shevtsov
Featured Extension

Hand-picked for quality and usefulness

Published
Version 1.2.0
Manifest version
3
Updated
make_chrome_yours/functionality
View on Chrome Web Store
Share This Extension

Extension Manifest

{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Move Tab to Next Window",
    "version": "1.2.0",
    "description": "One-click to move a tab to the next window",
    "homepage_url": "https:\/\/github.com\/rshev\/MoveTabToNextWindow",
    "permissions": [
        "tabGroups",
        "storage"
    ],
    "background": {
        "service_worker": "index.js"
    },
    "icons": {
        "16": "icon-dark-outlined-16.png",
        "32": "icon-dark-outlined-32.png",
        "48": "icon-dark-outlined-48.png",
        "128": "icon-dark-outlined-128.png"
    },
    "action": {
        "default_title": "Move Tab to Next Window",
        "default_icon": {
            "16": "icon-light-outlined-16.png",
            "32": "icon-light-outlined-32.png"
        }
    },
    "commands": {
        "move-tab": {
            "description": "Move Tab to Next Window"
        }
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.