WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Tab Multiselect

Tab Multiselect

View on Chrome Web Store
View Tab Multiselect Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (4 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.

This extension adds shortcuts to multiselect tabs.
Type
Extension
Users
50 users
4
qoomon
View author page of qoomon
Featured Extension

Hand-picked for quality and usefulness

Published
Published on August 31, 2021
Version 1.0.4
Manifest version
3
Updated
Updated on March 28, 2023
make_chrome_yours/accessibility
Extension Category
View on Chrome Web Store
View Tab Multiselect 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",
    "name": "Tab Multiselect",
    "description": "This extension adds shortcuts to multiselect tabs.",
    "version": "1.0.4",
    "author": "Bengt Brodersen",
    "manifest_version": 3,
    "permissions": [],
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "multiselect-tab-left": {
            "suggested_key": {
                "default": "Alt+Shift+Left",
                "mac": "MacCtrl+Shift+Left"
            },
            "description": "Multiselect Tab to Left"
        },
        "multiselect-tab-right": {
            "suggested_key": {
                "default": "Alt+Shift+Right",
                "mac": "MacCtrl+Shift+Right"
            },
            "description": "Multiselect Tab to Right"
        },
        "multiselect-tab-group": {
            "suggested_key": {
                "default": "Alt+Shift+A",
                "mac": "MacCtrl+Shift+A"
            },
            "description": "Multiselect Tab Group"
        }
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}
© 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