Tab Deduplicator

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

Was ist Tab Deduplicator?

Tab Deduplicator ist eine Chrome-Erweiterung, die von Asafh entwickelt wurde, und ihr Hauptmerkmal ist "Displays the current number of open tabs, open windows or both".

Erweiterungsscreenshots

screenshot

Tab Deduplicator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tab Deduplicator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Tab Deduplicator Tab Deduplicator
ID jbhemaokagepomiajppddbhfolpkfdfi
Offizielle URL https://chrome.google.com/webstore/detail/tab-deduplicator/jbhemaokagepomiajppddbhfolpkfdfi
Beschreibung Displays the current number of open tabs, open windows or both
Dateigröße 4.6 KB
Installationsanzahl 26
Aktuelle Version 1.1
Letztes Update 2017-04-29
Veröffentlichungsdatum 2017-04-29
Entwickler Asafh
Zahlungsart free
Erweiterungswebsite https://github.com/asafh/chrome-tab-dedup
Unterstützte Sprachen 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
}