Duplicate Tab Killer!

This is an extension for removing the duplicate tabs!

什么是Duplicate Tab Killer!?

Duplicate Tab Killer!是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“This is an extension for removing the duplicate tabs!”。

下载Duplicate Tab Killer!扩展crx文件

下载Duplicate Tab Killer!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"                    

扩展基本信息

名称 Duplicate Tab Killer! Duplicate Tab Killer!
ID jfjefgepcfillfepaobiikcidonkndoo
官方URL https://chromewebstore.google.com/detail/duplicate-tab-killer/jfjefgepcfillfepaobiikcidonkndoo
简介 This is an extension for removing the duplicate tabs!
文件大小 201 KB
安装次数 36
当前版本 1.0.1
更新时间 2018-04-05
上架时间 2018-04-04
开发者 Unknown
付费类型 free
支持的语言 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"
        ]
    }
}