Kill The Clones

This extension compares opened browser tabs and highlight duplicates. Optionally it can close all duplicates tabs.

Kill The Clonesとは何ですか?

Kill The ClonesはUnknownによって開発されたChromeの拡張機能で、その主な機能は「This extension compares opened browser tabs and highlight duplicates. Optionally it can close all duplicates tabs.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Kill The Clones拡張機能のCRXファイルをダウンロード

Kill The Clones拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension compares opened browser tabs and highlight duplicates. Optionally it can close all duplicates tabs except the first open tab for all duplicate.

Version 1.1
new:
Pin / Unpin All Tabs
Mute / Unmute All Tabs

Version 1.2
new:
Added tooltips
Solved problem with pinned tabs

Version 1.3
new:
Added duplicate tabs tracking functionality(change color of extension icon).                    

拡張機能の基本情報

名前 Kill The Clones Kill The Clones
ID kboomnlecbmbikamlaaeabjacbbadojh
公式URL https://chromewebstore.google.com/detail/kill-the-clones/kboomnlecbmbikamlaaeabjacbbadojh
説明 This extension compares opened browser tabs and highlight duplicates. Optionally it can close all duplicates tabs.
ファイルサイズ 17.91 KB
インストール数 668
現在のバージョン 1.3
最終更新日 2018-04-01
公開日 2018-04-01
評価 4.50/5 合計 14 レビュー
開発者 Unknown
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kill The Clones",
    "version": "1.3",
    "description": "This extension compares opened browser tabs and highlight duplicates. Optionally it can close all duplicates tabs.",
    "icons": {
        "16": "images\/KillClonesIcon16.png",
        "48": "images\/KillClonesIcon48.png",
        "128": "images\/KillClonesIcon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/KillClonesIcon16.png",
            "24": "images\/KillClonesIcon24.png",
            "32": "images\/KillClonesIcon32.png"
        },
        "default_title": "Kill the clones tabs.",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "author": "Viacheslav Dovnich",
    "permissions": [
        "tabs",
        "chrome:\/\/favicon\/"
    ]
}