Tab Deduplicator

Displays the current number of open tabs, open windows or both

What is Tab Deduplicator?

Tab Deduplicator is a Chrome extension developed by Asafh, and its main feature is "Displays the current number of open tabs, open windows or both".

Extension Screenshots

screenshot

Download Tab Deduplicator Extension CRX File

Download Tab Deduplicator 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

                        Simple indication on tab page of other tabs open with the same URL - clicking the action navigates to the next tab.                    

Extension Basic Information

Name Tab Deduplicator Tab Deduplicator
ID jbhemaokagepomiajppddbhfolpkfdfi
Official URL https://chrome.google.com/webstore/detail/tab-deduplicator/jbhemaokagepomiajppddbhfolpkfdfi
Description Displays the current number of open tabs, open windows or both
File Size 4.6 KB
Installation Count 26
Current Version 1.1
Last Updated 2017-04-29
Publish Date 2017-04-29
Developer Asafh
Payment Type free
Extension Website https://github.com/asafh/chrome-tab-dedup
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Deduplicator",
    "version": "1.1",
    "description": "Displays the current number of open tabs, open windows or both",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "incognito": "split",
    "page_action": {
        "default_icon": {
            "128": "icon128.png"
        },
        "default_title": "Duplicate Tab"
    },
    "manifest_version": 2
}