Duplicate Tab Killer!

This is an extension for removing the duplicate tabs!

Duplicate Tab Killer! là gì?

Duplicate Tab Killer! là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "This is an extension for removing the duplicate tabs!".

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

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

                        Getting tired of having so many duplicated tabs open?
This plugin can remove those duplicate tabs by just clicking the shortcut.
The shortcut for Mac user:  "Command+Shift+1"
The shortcut for Windows user: "Ctrl+Shift+1"                    

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

Tên Duplicate Tab Killer! Duplicate Tab Killer!
ID jfjefgepcfillfepaobiikcidonkndoo
URL Chính Thức https://chromewebstore.google.com/detail/duplicate-tab-killer/jfjefgepcfillfepaobiikcidonkndoo
Mô tả This is an extension for removing the duplicate tabs!
Kích Thước Tệp 201 KB
Số Lần Cài Đặt 36
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2018-04-05
Ngày Phát Hành 2018-04-04
Nhà Phát Triển Unknown
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": "Duplicate Tab Killer!",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "This is an extension for removing the duplicate tabs!",
    "permissions": [
        "tabs"
    ],
    "commands": {
        "record-tab-names": {
            "suggested_key": {
                "default": "Ctrl+Shift+1",
                "mac": "Command+Shift+1"
            },
            "description": "remove duplicated tabs"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}