Tab Deduplicator

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

Co to jest Tab Deduplicator?

Tab Deduplicator to rozszerzenie Chrome opracowane przez Asafh, a jego główną funkcją jest „Displays the current number of open tabs, open windows or both”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Tab Deduplicator

Pobierz pliki rozszerzeń Tab Deduplicator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Tab Deduplicator Tab Deduplicator
ID jbhemaokagepomiajppddbhfolpkfdfi
Oficjalny URL https://chrome.google.com/webstore/detail/tab-deduplicator/jbhemaokagepomiajppddbhfolpkfdfi
Opis Displays the current number of open tabs, open windows or both
Rozmiar pliku 4.6 KB
Liczba instalacji 26
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2017-04-29
Data Publikacji 2017-04-29
Deweloper Asafh
Typ Płatności free
Strona Rozszerzenia https://github.com/asafh/chrome-tab-dedup
Obsługiwane Języki 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
}