Tab Controller

Search, Switch, Remove tabs for multiple chrome windows from singpel place.

Co to jest Tab Controller?

Tab Controller to rozszerzenie Chrome opracowane przez Nikhil Sehgal, a jego główną funkcją jest „Search, Switch, Remove tabs for multiple chrome windows from singpel place.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Tab Controller

Pobierz pliki rozszerzeń Tab Controller 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

                        Tab controller is an extension to help you search, switch and remove tabs. We can manage tabs from multiple chrome windows in one go.  

Capabilities of extension:
See all list of open tabs from all windows. 
Search for tab using search bar. 
Switch to tab from using activate button.
Remove the tab if not using it.                    

Podstawowe informacje o rozszerzeniu

Nazwa Tab Controller Tab Controller
ID kdgbkbgkffgfhakohlmoppiahphmognn
Oficjalny URL https://chromewebstore.google.com/detail/tab-controller/kdgbkbgkffgfhakohlmoppiahphmognn
Opis Search, Switch, Remove tabs for multiple chrome windows from singpel place.
Rozmiar pliku 68.9 KB
Liczba instalacji 26
Aktualna Wersja 3.0
Ostatnia Aktualizacja 2020-09-15
Data Publikacji 2019-06-05
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Nikhil Sehgal
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Controller",
    "description": "Search, Switch, Remove tabs for multiple chrome windows from singpel place.",
    "version": "3.0",
    "browser_action": {
        "default_popup": "linkController.html",
        "default_title": "Tab Controller."
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "tabs"
    ]
}