Duplicate Tab Killer!

This is an extension for removing the duplicate tabs!

Vad är Duplicate Tab Killer!?

Duplicate Tab Killer! är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "This is an extension for removing the duplicate tabs!".

Ladda ner Duplicate Tab Killer!-förlängningens CRX-fil

Ladda ner Duplicate Tab Killer!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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"                    

Grundläggande Information om Tillägg

Namn Duplicate Tab Killer! Duplicate Tab Killer!
ID jfjefgepcfillfepaobiikcidonkndoo
Officiell webbadress https://chromewebstore.google.com/detail/duplicate-tab-killer/jfjefgepcfillfepaobiikcidonkndoo
Beskrivning This is an extension for removing the duplicate tabs!
Filstorlek 201 KB
Antal Installationer 36
Aktuell Version 1.0.1
Senast Uppdaterad 2018-04-05
Publiceringsdatum 2018-04-04
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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"
        ]
    }
}