WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Tab Flow & Drag

Tab Flow & Drag

View on Chrome Web Store
View Tab Flow & Drag Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

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

Customizes tab handling and includes features such as cross-window management, preview thumbnails, and recently closed tab restore.
Type
Extension
Users
4 users
1
Virtual Eagle
View author page of Virtual Eagle
Published
Published on April 10, 2025
Version 2
Manifest version
3
Updated
Updated on February 8, 2026
productivity/tools
Extension Category
View on Chrome Web Store
View Tab Flow & Drag Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tab Flow & Drag",
    "version": "2",
    "description": "Customizes tab handling and includes features such as cross-window management, preview thumbnails, and recently closed tab restore.",
    "icons": {
        "16": "tabs.png",
        "48": "tabs.png",
        "128": "tabs.png"
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "notifications",
        "scripting",
        "sessions"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "action": {
        "default_title": "Tab Behavior Extension",
        "default_popup": "popup.html"
    },
    "commands": {
        "close-same-domain": {
            "suggested_key": {
                "default": "Shift+Alt+X"
            },
            "description": "Close all tabs from the same domain as the active tab."
        },
        "smartTabSort": {
            "suggested_key": {
                "default": "Alt+Shift+S"
            },
            "description": "Smart Tab Sorting in the current window"
        },
        "reopen-closed-tab": {
            "suggested_key": {
                "default": "Shift+Alt+R"
            },
            "description": "Reopen the most recently closed tab."
        }
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "dragsearch.js"
            ],
            "run_at": "document_start"
        }
    ]
}
© 2026 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.
Go to top