Close Tabs To The Left

This extension allows the user to close chrome tabs to the left, with one press of the button

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 fr1sk, và tính năng chính của nó là "This extension allows the user to close chrome tabs to the left, with one press of the button".

Ả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

                        On Google chrome there is no option to close all tabs to the left! This extension allows the user to close chrome tabs to the left, with one press of the button!                    

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 aejaklcloiadinippijlaoidldfpbomi
URL Chính Thức https://chromewebstore.google.com/detail/close-tabs-to-the-left/aejaklcloiadinippijlaoidldfpbomi
Mô tả This extension allows the user to close chrome tabs to the left, with one press of the button
Kích Thước Tệp 11.62 KB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2019-02-22
Ngày Phát Hành 2019-02-22
Nhà Phát Triển fr1sk
Email [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": 2,
    "name": "Close Tabs To The Left",
    "short_name": "CTTTL",
    "description": "This extension allows the user to close chrome tabs to the left, with one press of the button",
    "version": "1.2",
    "browser_action": {
        "default_icon": "resources\/icon.png"
    },
    "icons": {
        "16": "resources\/icon16.png",
        "48": "resources\/icon48.png",
        "128": "resources\/icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}