Tab Controller

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

Wat is Tab Controller?

Tab Controller is een Chrome-extensie ontwikkeld door Nikhil Sehgal, en de belangrijkste functie is "Search, Switch, Remove tabs for multiple chrome windows from singpel place.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tab Controller

Download Tab Controller-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

                        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.                    

Basisinformatie over de Extensie

Naam Tab Controller Tab Controller
ID kdgbkbgkffgfhakohlmoppiahphmognn
Officiële URL https://chromewebstore.google.com/detail/tab-controller/kdgbkbgkffgfhakohlmoppiahphmognn
Beschrijving Search, Switch, Remove tabs for multiple chrome windows from singpel place.
Bestandsgrootte 68.9 KB
Aantal Installaties 26
Huidige Versie 3.0
Laatst Bijgewerkt 2020-09-15
Publicatiedatum 2019-06-05
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Nikhil Sehgal
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}