Close tabs to the left

Allows to close all tabs to the left

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 Acinonyx, và tính năng chính của nó là "Allows to close all tabs to the left".

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

                        Too many tabs opened? Chrome allows to close all tabs to the right, close all tabs but current. But what about all tabs to the left? Tabs to the left are often was open earlier. This extension will help you to close already unnecessary tabs. Just click on extension's icon to close 'em.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Close tabs to the left Close tabs to the left
ID gcmjpicopfkgmjdomahfjkmhpcelklba
URL Chính Thức https://chromewebstore.google.com/detail/close-tabs-to-the-left/gcmjpicopfkgmjdomahfjkmhpcelklba
Mô tả Allows to close all tabs to the left
Kích Thước Tệp 9.79 KB
Số Lần Cài Đặt 2,724
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2013-02-18
Ngày Phát Hành 2013-02-18
Đánh Giá 4.12/5 Tổng số 41 Đánh Giá
Nhà Phát Triển Acinonyx
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Close tabs to the left",
    "version": "1.3",
    "description": "Allows to close all tabs to the left",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Close tabs to the left",
        "default_icon": "close_icon.png"
    },
    "manifest_version": 2
}