WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
tabVertikal - vertical tabs

tabVertikal - vertical tabs

View on Chrome Web Store
View tabVertikal - vertical tabs Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (24 ratings)
1 new ratings
23 views
This extension has been viewed 23 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.

Manage tabs & tabGroups vertically in side panel. Advanced auto tab grouping. Switch workspaces. Auto suspend tab
Type
Extension
Users
5,000 users
1K
Website tabrail.site
Brahmastra
View author page of Brahmastra
Featured Extension

Hand-picked for quality and usefulness

Published
Published on June 7, 2023
Version 0.2.23
Manifest version
3
Updated
Updated on August 12, 2024
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View tabVertikal - vertical tabs 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,
    "minimum_chrome_version": "123",
    "offline_enabled": true,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "short_name": "tabVertikal",
    "description": "__MSG_extDescription__",
    "version": "0.2.23",
    "author": "TabRail",
    "homepage_url": "https:\/\/tabVertikal.tabrail.site\/",
    "icons": {
        "16": "icon.png",
        "128": "icon_128.png"
    },
    "action": {
        "default_title": "Open Vertical tabs (Alt + V)"
    },
    "side_panel": {
        "default_path": "panel\/index.html"
    },
    "options_page": "options\/index.html",
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+V",
                "windows": "Alt+V",
                "mac": "Alt+V",
                "linux": "Alt+V"
            }
        },
        "duplicateTab": {
            "suggested_key": {
                "default": "Alt+C"
            },
            "description": "Duplicate current tab"
        }
    },
    "permissions": [
        "sidePanel",
        "tabs",
        "tabGroups",
        "storage",
        "contextMenus"
    ]
}
© 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.
Go to top