Close other tabs

Browser extension to close other tabs

Close other tabs là gì?

Close other tabs là một tiện ích mở rộng Chrome được phát triển bởi nunofaria11, và tính năng chính của nó là "Browser extension to close other tabs".

Ả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 Close other tabs

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

                        A simple extension that provides a quick way of closing every other tab in window.                    

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

Tên Close other tabs Close other tabs
ID cohclepbfkicjacnladehmbiepoaobmm
URL Chính Thức https://chrome.google.com/webstore/detail/cohclepbfkicjacnladehmbiepoaobmm
Mô tả Browser extension to close other tabs
Kích Thước Tệp 5.51 KB
Số Lần Cài Đặt 33
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2019-11-08
Ngày Phát Hành 2019-11-08
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển nunofaria11
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/nunofaria11/close-other-tabs-ext
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Close other tabs",
    "version": "1.0.2",
    "description": "Browser extension to close other tabs",
    "author": "Nuno Faria",
    "homepage_url": "https:\/\/github.com\/nunofaria11\/close-other-tabs-ext",
    "manifest_version": 2,
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/close_16.png",
            "32": "icons\/close_32.png",
            "64": "icons\/close_64.png"
        }
    },
    "icons": {
        "16": "icons\/close_16.png",
        "32": "icons\/close_32.png",
        "64": "icons\/close_64.png"
    }
}