Tab Deduplicator

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

Wat is Tab Deduplicator?

Tab Deduplicator is een Chrome-extensie ontwikkeld door Asafh, en de belangrijkste functie is "Displays the current number of open tabs, open windows or both".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tab Deduplicator

Download Tab Deduplicator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Tab Deduplicator Tab Deduplicator
ID jbhemaokagepomiajppddbhfolpkfdfi
Officiële URL https://chrome.google.com/webstore/detail/tab-deduplicator/jbhemaokagepomiajppddbhfolpkfdfi
Beschrijving Displays the current number of open tabs, open windows or both
Bestandsgrootte 4.6 KB
Aantal Installaties 26
Huidige Versie 1.1
Laatst Bijgewerkt 2017-04-29
Publicatiedatum 2017-04-29
Ontwikkelaar Asafh
Betalingswijze free
Extensiewebsite https://github.com/asafh/chrome-tab-dedup
Ondersteunde Talen 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
}