WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Light Tab Suspender

Light Tab Suspender

View on Chrome Web Store
View Light Tab Suspender Chrome Extension on Chrome Web Store
Add to bookmarks
2.3 (3 ratings)
1 new ratings
2 views
This extension has been viewed 2 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.

Alternative to the great suspender
Type
Extension
Users
79 users
1
shaunmolloy
View author page of shaunmolloy
Featured Extension

Hand-picked for quality and usefulness

Published
Published on February 22, 2021
Version 1.3.0
Manifest version
3
Updated
Updated on March 29, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Light Tab Suspender 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": "Light Tab Suspender",
    "description": "Alternative to the great suspender",
    "version": "1.3.0",
    "manifest_version": 3,
    "permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/tab.js",
                "js\/vendor\/browser-polyfill.js",
                "js\/helpers\/promise.js",
                "js\/helpers\/suspend.js",
                "js\/helpers\/commands.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "128": "icon-128.png"
        }
    },
    "commands": {
        "suspend_tab": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "Suspend \/ Unsuspend Tab"
        }
    },
    "icons": {
        "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