Duplicate Tab Killer!

This is an extension for removing the duplicate tabs!

Wat is Duplicate Tab Killer!?

Duplicate Tab Killer! is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "This is an extension for removing the duplicate tabs!".

Download het CRX-bestand van de extensie Duplicate Tab Killer!

Download Duplicate Tab Killer!-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

                        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"                    

Basisinformatie over de Extensie

Naam Duplicate Tab Killer! Duplicate Tab Killer!
ID jfjefgepcfillfepaobiikcidonkndoo
Officiële URL https://chromewebstore.google.com/detail/duplicate-tab-killer/jfjefgepcfillfepaobiikcidonkndoo
Beschrijving This is an extension for removing the duplicate tabs!
Bestandsgrootte 201 KB
Aantal Installaties 36
Huidige Versie 1.0.1
Laatst Bijgewerkt 2018-04-05
Publicatiedatum 2018-04-04
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}