Close All Tabs
Close all open tabs. Optionally close pinned tabs and incognito mode tabs.
What is Close All Tabs?
Close All Tabs is a Chrome extension developed by https://browsernative.com, and its main feature is "Close all open tabs. Optionally close pinned tabs and incognito mode tabs.".
Extension Screenshots
Download Close All Tabs Extension CRX File
Download Close All Tabs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Use the toolbar button, keyboard command (alt + w) or the context menu options to quickly close open tabs. Change the default setting for the toolbar button, and open a particular URL after closing all the tabs. Optionally close pinned tabs and incognito mode tabs. Visit our homepage for detailed user guide: https://browsernative.com/close-all-tabs-extension/
Extension Basic Information
Name | Close All Tabs |
ID | jcokdfogijmigonkhckmhldgofjmfdak |
Official URL | https://chromewebstore.google.com/detail/close-all-tabs/jcokdfogijmigonkhckmhldgofjmfdak |
Description | Close all open tabs. Optionally close pinned tabs and incognito mode tabs. |
File Size | 16.18 KB |
Installation Count | 20,000 |
Current Version | 1.1.1 |
Last Updated | 2021-04-05 |
Publish Date | 2020-05-20 |
Rating | 4.43/5 Total 46 Ratings |
Developer | https://browsernative.com |
[email protected] | |
Payment Type | free |
Extension Website | https://browsernative.com/close-all-tabs-extension/ |
Help Page URL | https://browsernative.com/close-all-tabs-extension/ |
Privacy Policy Page URL | https://browsernative.com/extensions-privacy-policy |
Supported Languages | en |
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.1.1", "icons": { "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icons\/128.png", "default_title": "Close All Tabs" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+W" } } }, "options_ui": { "page": "\/options\/options.html", "open_in_tab": true }, "permissions": [ "contextMenus" ], "manifest_version": 2, "homepage_url": "https:\/\/browsernative.com\/close-all-tabs-extension\/" } |