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",
"manifest_version": 3,
"name": "Unload Tab",
"version": "2.2",
"author": "Juraj M\u00e4siar",
"description": "Allows you to quickly unload (discard) tab in current window.",
"icons": {
"128": "128.png"
},
"background": {
"service_worker": "background.loader.js"
},
"action": {
"default_icon": {
"128": "128.png"
},
"default_popup": "popup.html"
},
"options_ui": {
"page": "options\/options.html",
"open_in_tab": true
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+U"
}
},
"left": {
"description": "Unload tabs left."
},
"right": {
"description": "Unload tabs right."
},
"both": {
"description": "Unload tabs in this window."
},
"all": {
"description": "Unload everything."
}
},
"permissions": [
"storage",
"tabs"
]
}