Inspect and view changes in Close All Tabs source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"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/"
}