Close All Tabs

Close All Tabs

Close all open tabs, pinned tabs, and incognito mode tabs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "icons/128.png",
    "default_title": "Easy Tab Clean Up"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+W"
      }
    }
  },
  "description": "Close all open tabs, pinned tabs, and incognito mode tabs.",
  "homepage_url": "https://easytabcleanup.com/",
  "icons": {
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "manifest_version": 3,
  "name": "Close All Tabs",
  "options_ui": {
    "open_in_tab": true,
    "page": "/options/options.html"
  },
  "permissions": [
    "contextMenus",
    "webNavigation",
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.7"
}