Panic Button
This extension allows user to close all opened tabs with a single button click. Click panic button to remove all tabs instantly
Panic Button là gì?
Panic Button là một tiện ích mở rộng Chrome được phát triển bởi Picsweb, và tính năng chính của nó là "This extension allows user to close all opened tabs with a single button click. Click panic button to remove all tabs instantly".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Panic Button
Tải xuống các tệp mở rộng Panic Button dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Panic Button |
ID | dahfdfbmdnopjjgeaaelhpolcpfolofa |
URL Chính Thức | https://chromewebstore.google.com/detail/panic-button/dahfdfbmdnopjjgeaaelhpolcpfolofa |
Mô tả | This extension allows user to close all opened tabs with a single button click. Click panic button to remove all tabs instantly |
Kích Thước Tệp | 13.36 KB |
Số Lần Cài Đặt | 23,264 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2023-07-31 |
Ngày Phát Hành | 2020-05-20 |
Đánh Giá | 2.07/5 Tổng số 29 Đánh Giá |
Nhà Phát Triển | Picsweb |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |