Close Duplicate Tabs

Close all duplicate tabs

What is Close Duplicate Tabs?

Close Duplicate Tabs is a Chrome extension developed by https://lukaspolak.com, and its main feature is "Close all duplicate tabs".

Extension Screenshots

screenshot
screenshot

Download Close Duplicate Tabs Extension CRX File

Download Close Duplicate Tabs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Close every opened duplicate tab with a single click. Just press the "Close Duplicate Tabs" toolbar button and see the magic!

Now you can even change the extension icon color!

Right-click on the extension, pick an "Options," and choose your preferred color theme.                    

Extension Basic Information

Name Close Duplicate Tabs Close Duplicate Tabs
ID egeikhkjmnnmaihaaoiapbiboahaogcj
Official URL https://chromewebstore.google.com/detail/close-duplicate-tabs/egeikhkjmnnmaihaaoiapbiboahaogcj
Description Close all duplicate tabs
File Size 84.04 KB
Installation Count 368
Current Version 1.2
Last Updated 2022-01-05
Publish Date 2021-12-07
Developer https://lukaspolak.com
Email [email protected]
Payment Type free
Extension Website https://www.lukaspolak.com/projects/chrome-extensions/close-duplicate-tabs
Help Page URL https://www.lukaspolak.com/projects/chrome-extensions/close-duplicate-tabs/support
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Close Duplicate Tabs",
    "description": "Close all duplicate tabs",
    "version": "1.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/icon-light-16.png",
            "32": "\/images\/icon-light-32.png",
            "48": "\/images\/icon-light-48.png",
            "128": "\/images\/icon-light-128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon-light-16.png",
        "32": "\/images\/icon-light-32.png",
        "48": "\/images\/icon-light-48.png",
        "128": "\/images\/icon-light-128.png"
    }
}