Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"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"
}
}