Close All Tabs
Close all open tabs, pinned tabs, and incognito mode tabs.
Close All Tabs là gì?
Close All Tabs là một tiện ích mở rộng Chrome được phát triển bởi mark.smith56725, và tính năng chính của nó là "Close all open tabs, pinned tabs, and incognito mode tabs.".
Ả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 Close All Tabs
Tải xuống các tệp mở rộng Close All Tabs 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
Easy Tab Cleanup is the quickest way to manage your chrome tabs. Allows for quick and easy access to close tabs manage tabs, and customize options for private browsing mode. easy Tab clean-up allows for users to specify certain settings and save these settings in your browser. Easy Tab Clean Up does not save your personal data. To find out more please visit easytabcleanup.com/?a=privacy
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cgclhkbaopocbigfahclandepkfhnnnf |
URL Chính Thức | https://chromewebstore.google.com/detail/close-all-tabs/cgclhkbaopocbigfahclandepkfhnnnf |
Mô tả | Close all open tabs, pinned tabs, and incognito mode tabs. |
Kích Thước Tệp | 30.15 KB |
Số Lần Cài Đặt | 5,908 |
Phiên Bản Hiện Tại | 1.1.7 |
Cập Nhật Lần Cuối | 2022-10-04 |
Ngày Phát Hành | 2022-10-04 |
Nhà Phát Triển | mark.smith56725 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://easytabcleanup.com |
URL Trang Trợ Giúp | https://easytabcleanup.com/?a=privacy |
URL Trang Chính Sách Bảo Mật | http://easytabcleanup.com?a=privacy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
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": { "128": "icons\/128.png", "48": "icons\/48.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" } |