Duplicated Tab Killer

This extension kill duplicated tabs on all windows

Vad är Duplicated Tab Killer?

Duplicated Tab Killer är en Chrome-tillägg utvecklad av KhodeN, och dess huvudfunktion är "This extension kill duplicated tabs on all windows".

Tilläggsskärmbilder

screenshot

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

Ladda ner Duplicated 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

                        Find tabs with the same URLs and close duplicates.

It is not configurable; it just works.
There are no hidden functionality or minimized code inside.                    

Grundläggande Information om Tillägg

Namn Duplicated Tab Killer Duplicated Tab Killer
ID hhbflcaplapkhdbblccoclciinddlpep
Officiell webbadress https://chromewebstore.google.com/detail/duplicated-tab-killer/hhbflcaplapkhdbblccoclciinddlpep
Beskrivning This extension kill duplicated tabs on all windows
Filstorlek 11.65 KB
Antal Installationer 36
Aktuell Version 1.0
Senast Uppdaterad 2023-03-18
Publiceringsdatum 2015-01-30
Betyg 4.00/5 Totalt 1 Betyg
Utvecklare KhodeN
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Duplicated Tab Killer",
    "description": "This extension kill duplicated tabs on all windows",
    "version": "1.0",
    "icons": {
        "48": "icon48.png",
        "24": "icon24.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "icon48.png",
            "24": "icon24.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}