Close Tabs to the Left
Adds a button to close all tabs to the left of the current tab.
Close Tabs to the Left là gì?
Close Tabs to the Left là một tiện ích mở rộng Chrome được phát triển bởi Erik Humphrey, và tính năng chính của nó là "Adds a button to close all tabs to the left of the current 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 Close Tabs to the Left
Tải xuống các tệp mở rộng Close Tabs to the Left 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
Most browsers have the ability to right-click a tab and "Close tabs to the right", but not "Close tabs to the left"! This extension adds a button to the right of the address bar that all closes all tabs to the left of the current active tab. Unlike most other extensions, it doesn't closed tabs you've pinned!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gggbppgpkegkkgjpmlbedgbmgomecmoj |
URL Chính Thức | https://chromewebstore.google.com/detail/close-tabs-to-the-left/gggbppgpkegkkgjpmlbedgbmgomecmoj |
Mô tả | Adds a button to close all tabs to the left of the current tab. |
Kích Thước Tệp | 28.38 KB |
Số Lần Cài Đặt | 4,498 |
Phiên Bản Hiện Tại | 1.2.1 |
Cập Nhật Lần Cuối | 2021-05-11 |
Ngày Phát Hành | 2019-06-26 |
Đánh Giá | 4.59/5 Tổng số 29 Đánh Giá |
Nhà Phát Triển | Erik Humphrey |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/ErikHumphrey/close-tabs-to-the-left |
URL Trang Trợ Giúp | https://github.com/ErikHumphrey/close-tabs-to-the-left/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Erik Humphrey", "action": { "default_icon": { "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "default_title": "Close tabs to the left" }, "background": { "service_worker": "TabCloseScript.js" }, "description": "Adds a button to close all tabs to the left of the current tab.", "icons": { "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "manifest_version": 3, "name": "Close Tabs to the Left", "short_name": "Close Left", "version": "1.2.1" } |