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": "Close All Tabs",
"description": "Close all open tabs. Optionally close pinned tabs and incognito mode tabs.",
"version": "1.2.0",
"icons": {
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"background": {
"service_worker": "sw.js"
},
"action": {
"default_icon": "icons\/128.png",
"default_title": "Close All Tabs"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+W"
}
}
},
"options_page": "\/options\/options.html",
"permissions": [
"contextMenus",
"storage"
],
"manifest_version": 3,
"homepage_url": "https:\/\/browsernative.com\/close-all-tabs-extension\/"
}