Kill The Clones

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

Wat is Kill The Clones?

Kill The Clones is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "This extension compares opened browser tabs and highlight duplicates. Optionally it can close all duplicates tabs.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Kill The Clones

Download Kill The Clones-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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).                    

Basisinformatie over de Extensie

Naam Kill The Clones Kill The Clones
ID kboomnlecbmbikamlaaeabjacbbadojh
Officiële URL https://chromewebstore.google.com/detail/kill-the-clones/kboomnlecbmbikamlaaeabjacbbadojh
Beschrijving This extension compares opened browser tabs and highlight duplicates. Optionally it can close all duplicates tabs.
Bestandsgrootte 17.91 KB
Aantal Installaties 668
Huidige Versie 1.3
Laatst Bijgewerkt 2018-04-01
Publicatiedatum 2018-04-01
Beoordeling 4.50/5 Totaal 14 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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\/"
    ]
}