Advanced tab killer

Tool for closing tabs that are right or left of current tab.

Advanced tab killer là gì?

Advanced tab killer là một tiện ích mở rộng Chrome được phát triển bởi alexey-agk, và tính năng chính của nó là "Tool for closing tabs that are right or left of current tab.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Advanced tab killer

Tải xuống các tệp mở rộng Advanced tab killer 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

                        Extension allows you to quickly close tabs on the left or right of the current.
Click on the extension button. You will see a pop-up with slider. To close a tab to the right of the current tab, drag the slider to the right, to close the tabs on the left drag to left. 
You can also use the filter at the page address. For the first click the button with a triangle. Then select the level of filtering (default by domain). After drag the slider.                    

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

Tên Advanced tab killer Advanced tab killer
ID kmmmcmbbhfdabgpbdobcjnihbbpkogpn
URL Chính Thức https://chromewebstore.google.com/detail/advanced-tab-killer/kmmmcmbbhfdabgpbdobcjnihbbpkogpn
Mô tả Tool for closing tabs that are right or left of current tab.
Kích Thước Tệp 23.5 KB
Số Lần Cài Đặt 75
Phiên Bản Hiện Tại 1.5.1
Cập Nhật Lần Cuối 2014-01-05
Ngày Phát Hành 2014-01-05
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển alexey-agk
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Advanced tab killer",
    "version": "1.5.1",
    "manifest_version": 2,
    "description": "Tool for closing tabs that are right or left of current tab.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "18": "icon_18.png",
        "19": "icon_19.png",
        "32": "icon_32.png",
        "64": "icon_64.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon_19.png",
        "default_title": "Advanced tab killer",
        "default_popup": "popup.html"
    }
}