Panic Button
This extension allows user to close all opened tabs with a single button click. Click panic button to remove all tabs instantly
What is Panic Button?
Panic Button is a Chrome extension developed by Picsweb, and its main feature is "This extension allows user to close all opened tabs with a single button click. Click panic button to remove all tabs instantly".
Extension Screenshots
Download Panic Button Extension CRX File
Download Panic Button 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
Installing this chrome extension will add a close button in extension list. Pin the extension icon to the toolbar. If you have opened multiple tabs, click the extension icon to close all tabs instantly. Please share your feedback . This will help us to provide new features
Extension Basic Information
Name | Panic Button |
ID | dahfdfbmdnopjjgeaaelhpolcpfolofa |
Official URL | https://chromewebstore.google.com/detail/panic-button/dahfdfbmdnopjjgeaaelhpolcpfolofa |
Description | This extension allows user to close all opened tabs with a single button click. Click panic button to remove all tabs instantly |
File Size | 13.36 KB |
Installation Count | 23,264 |
Current Version | 1.1 |
Last Updated | 2023-07-31 |
Publish Date | 2020-05-20 |
Rating | 2.07/5 Total 29 Ratings |
Developer | Picsweb |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Panic Button", "description": "This extension allows user to close all opened tabs with a single button click. Click panic button to remove all tabs instantly", "version": "1.1", "background": { "scripts": [ "back.js" ] }, "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png" } } |