Light Tab Suspender

Alternative to the great suspender

What is Light Tab Suspender?

Light Tab Suspender is a Chrome extension developed by shaunmolloy, and its main feature is "Alternative to the great suspender".

Extension Screenshots

screenshot
screenshot

Download Light Tab Suspender Extension CRX File

Download Light Tab Suspender extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        An alternative Chrome extension to the great suspender.

Pros:
- Maintain user privacy
- Light implementation

Coming soon:
- Tab Favicon
- Options page                    

Extension Basic Information

Name Light Tab Suspender Light Tab Suspender
ID omemdnaphiccifgleodlhhbdgnaahhfa
Official URL https://chromewebstore.google.com/detail/light-tab-suspender/omemdnaphiccifgleodlhhbdgnaahhfa
Description Alternative to the great suspender
File Size 11.64 KB
Installation Count 11
Current Version 1.1.0
Last Updated 2021-02-22
Publish Date 2021-02-21
Rating 5.00/5 Total 1 Ratings
Developer shaunmolloy
Email [email protected]
Payment Type free
Extension Website https://github.com/shaunmolloy/chrome-light-tab-suspender
Help Page URL https://github.com/shaunmolloy/chrome-light-tab-suspender/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Light Tab Suspender",
    "description": "Alternative to the great suspender",
    "version": "1.1.0",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/vendor\/browser-polyfill.js",
            "js\/helpers\/promise.js",
            "js\/helpers\/suspend.js",
            "js\/helpers\/commands.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/tab.js"
    ],
    "commands": {
        "suspend_tab": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "Suspend \/ Unsuspend Tab"
        }
    },
    "icons": {
        "128": "icon-128.png"
    }
}