Close Tab

A stationary button that closes the current tab. Clean up tabs with less effort.

Close Tab là gì?

Close Tab là một tiện ích mở rộng Chrome được phát triển bởi http://justinreinhart.com, và tính năng chính của nó là "A stationary button that closes the current tab. Clean up tabs with less effort.".

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

screenshot

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

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

                        The "Close Tab" extension provides a stationary button that closes the currently selected tab. This saves time visually hunting down the active tab and provides consistency for the user. Very simple. The icon is designed to work with dark and light themes.

*Note: You can also press Ctrl + W to close tabs (when keyboard input isn't being captured by a plugin).

*Note: If the icon gets hidden by Chrome, you can get your icon back by pinning it. It happens sometimes. :)	

*Added: Protect pinned tabs (Options Screen)

P.S. Have you found a bug? Email address is provided in the options screen. Happy browsing.                    

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

Tên Close Tab Close Tab
ID hpmolahefgjbmidmoifolgpjkmhdmalf
URL Chính Thức https://chrome.google.com/webstore/detail/close-tab/hpmolahefgjbmidmoifolgpjkmhdmalf
Mô tả A stationary button that closes the current tab. Clean up tabs with less effort.
Kích Thước Tệp 169 KB
Số Lần Cài Đặt 3,000
Phiên Bản Hiện Tại 1.4.4
Cập Nhật Lần Cuối 2021-07-15
Ngày Phát Hành 2014-08-07
Đánh Giá 4.51/5 Tổng số 78 Đánh Giá
Nhà Phát Triển http://justinreinhart.com
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",
    "name": "Close Tab",
    "version": "1.4.4",
    "manifest_version": 2,
    "icons": {
        "48": "img\/ct-icon-48.png",
        "128": "img\/ct-icon-128.png"
    },
    "description": "A stationary button that closes the current tab. Clean up tabs with less effort.",
    "options_page": "options.html",
    "browser_action": {
        "default_title": "Click to close the current tab",
        "default_icon": "img\/ct-icon-x-19.png"
    },
    "web_accessible_resources": [
        "img\/*",
        "css\/*",
        "js\/*"
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}