Tab Deduplicator

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

Hvad er Tab Deduplicator?

Tab Deduplicator er en Chrome-udvidelse udviklet af Asafh, og dens hovedfunktion er "Displays the current number of open tabs, open windows or both".

Udvidelsesskærmbilleder

screenshot

Download Tab Deduplicator-udvidelses-CRX-fil

Download Tab Deduplicator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Tab Deduplicator Tab Deduplicator
ID jbhemaokagepomiajppddbhfolpkfdfi
Officiel URL https://chrome.google.com/webstore/detail/tab-deduplicator/jbhemaokagepomiajppddbhfolpkfdfi
Beskrivelse Displays the current number of open tabs, open windows or both
Filstørrelse 4.6 KB
Antal Installationer 26
Nuværende Version 1.1
Senest Opdateret 2017-04-29
Udgivelsesdato 2017-04-29
Udvikler Asafh
Betalingsmetode free
Udvidelseswebsted https://github.com/asafh/chrome-tab-dedup
Understøttede Sprog 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
}