tab-killer

A chrome extension for closing duplicate tabs, and so on.

tab-killer là gì?

tab-killer là một tiện ích mở rộng Chrome được phát triển bởi marinebox, và tính năng chính của nó là "A chrome extension for closing duplicate tabs, and so on.".

Ả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 tab-killer

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

                        This extension has the feature to organize tabs, such as closing duplicate tabs, and so on.

You can use the following features.
1. Show the numbers of duplicate tabs on the extension's icon.
2. When you have the tabs that have the same URL, this extension leaves only one and closes the others.
3. Close all tabs whose URL is matched with the keyword you specified.
4. Close all tabs which have the domain you designated.
5. Rearrange tabs by URL.
6. Whitelist
7. History


Any bug reports, feature requests, or pull request is always welcome.
https://github.com/marinebox/tab-killer                    

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

Tên tab-killer tab-killer
ID gpmdlohnnmjfoojdcjojoimhkiifcbkl
URL Chính Thức https://chromewebstore.google.com/detail/tab-killer/gpmdlohnnmjfoojdcjojoimhkiifcbkl
Mô tả A chrome extension for closing duplicate tabs, and so on.
Kích Thước Tệp 490 KB
Số Lần Cài Đặt 101
Phiên Bản Hiện Tại 1.3.1
Cập Nhật Lần Cuối 2022-05-01
Ngày Phát Hành 2021-11-06
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển marinebox
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/marinebox/tab-killer
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "tab-killer",
    "description": "__MSG_appDescription__",
    "version": "1.3.1",
    "default_locale": "en",
    "manifest_version": 3,
    "action": {
        "default_title": "tab-killer",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "images\/16icon.png",
        "48": "images\/48icon.png",
        "128": "images\/128icon.png"
    },
    "commands": {
        "closeDuplicateTabs": {
            "description": "__MSG_shortcutCloseDuplicateTabsOnCurrentWindowDescription__"
        },
        "closeDuplicateTabsOnAllWindows": {
            "description": "__MSG_shortcutCloseDuplicateTabsOnAllWindowsDescription__"
        }
    }
}