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"
        ]
    }
}