WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Keyboard shortcuts to manage Chrome tabs

Keyboard shortcuts to manage Chrome tabs

View on Chrome Web Store
View Keyboard shortcuts to manage Chrome tabs Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (30 ratings)
1 new ratings
7 views
This extension has been viewed 7 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.

Add hotkeys to 1)close tabs to the left, 2)close tabs to the right, 3)close other tabs, 4)toggle tab pinning
Type
Extension
Users
5,000 users
1K
Website diophung.com
Dio Phung
View author page of Dio Phung
Featured Extension

Hand-picked for quality and usefulness

Published
Published on February 21, 2017
Version 0.3.2
Manifest version
3
Updated
Updated on October 21, 2024
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Keyboard shortcuts to manage Chrome 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",
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "commands": {
        "close-other-tabs-dp": {
            "description": "Close other tabs",
            "suggested_key": {
                "default": "Alt+O"
            }
        },
        "close-left-tabs-dp": {
            "description": "Close tabs to the left",
            "suggested_key": {
                "default": "Alt+L"
            }
        },
        "close-right-tabs-dp": {
            "description": "Close tabs to the right",
            "suggested_key": {
                "default": "Alt+R"
            }
        },
        "toggle-pin-dp": {
            "description": "Pin\/unpin Tab",
            "suggested_key": {
                "default": "Alt+P"
            }
        }
    },
    "description": "Add hotkeys to 1)close tabs to the left, 2)close tabs to the right, 3)close other tabs, 4)toggle tab pinning",
    "icons": {
        "48": "images\/tabs_48.png",
        "128": "images\/tabs_128.png"
    },
    "manifest_version": 3,
    "name": "Keyboard shortcuts to manage Chrome tabs",
    "short_name": "Shortcuts to manage tabs",
    "options_page": "options.html",
    "permissions": [],
    "version": "0.3.2"
}
© 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