Kloser
Close all tabs and open default tab
Kloser là gì?
Kloser là một tiện ích mở rộng Chrome được phát triển bởi Aleksey Ivashin, và tính năng chính của nó là "Close all tabs and open default tab".
Ả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 Kloser
Tải xuống các tệp mở rộng Kloser 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
Simple extension for closing all tabs in active window and opening New Tab Page or your selected page. You can edit settings of this extension, such as you can choose preferred tab which will be opened after using the extension and you can set will be extension close pinned tabs. Use the shortcut: Ctrl + Q
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Kloser |
ID | joanfadldlkgclnmonllgcbnepcbfepk |
URL Chính Thức | https://chromewebstore.google.com/detail/kloser/joanfadldlkgclnmonllgcbnepcbfepk |
Mô tả | Close all tabs and open default tab |
Kích Thước Tệp | 9.99 KB |
Số Lần Cài Đặt | 14 |
Phiên Bản Hiện Tại | 3.0 |
Cập Nhật Lần Cuối | 2023-12-06 |
Ngày Phát Hành | 2017-04-20 |
Đánh Giá | 4.80/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Aleksey Ivashin |
[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": 3, "name": "Kloser", "author": "Aleksey Ivashin", "description": "Close all tabs and open default tab", "version": "3.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "service_worker.js" }, "permissions": [ "tabs", "storage" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Q", "windows": "Ctrl+Q", "mac": "Command+Q", "chromeos": "Ctrl+Q", "linux": "Ctrl+Q" } } }, "options_ui": { "page": "options\/options.html" }, "action": { "default_title": "Kloser", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "content_security_policy": [] } |