Close All Tabs
Close all open tabs and create an empty tab
What is Close All Tabs?
Close All Tabs is a Chrome extension developed by iris009147, and its main feature is "Close all open tabs and create an empty tab".
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
This crome Extension extension allows users to quickly close all open tabs in all open windows
Extension Basic Information
Name | |
ID | dlpdgeljpkenimejgdeaainabjjmknlp |
Official URL | https://chromewebstore.google.com/detail/close-all-tabs/dlpdgeljpkenimejgdeaainabjjmknlp |
Description | Close all open tabs and create an empty tab |
File Size | 12.25 KB |
Installation Count | 308 |
Current Version | 0.0.1 |
Last Updated | 2022-01-08 |
Publish Date | 2022-01-08 |
Developer | iris009147 |
[email protected] | |
Payment Type | free |
Extension Website | https://midhunz.github.io/close-all-tabs/ |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Close All Tabs", "description": "Close all open tabs and create an empty tab", "version": "0.0.1", "icons": { "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "service_worker": "background.js" }, "action": [] } |