Tab Controller

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

What is Tab Controller?

Tab Controller is a Chrome extension developed by Nikhil Sehgal, and its main feature is "Search, Switch, Remove tabs for multiple chrome windows from singpel place.".

Extension Screenshots

screenshot

Download Tab Controller Extension CRX File

Download Tab Controller extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Tab Controller Tab Controller
ID kdgbkbgkffgfhakohlmoppiahphmognn
Official URL https://chromewebstore.google.com/detail/tab-controller/kdgbkbgkffgfhakohlmoppiahphmognn
Description Search, Switch, Remove tabs for multiple chrome windows from singpel place.
File Size 68.9 KB
Installation Count 26
Current Version 3.0
Last Updated 2020-09-15
Publish Date 2019-06-05
Rating 5.00/5 Total 2 Ratings
Developer Nikhil Sehgal
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}