Tab Controller

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

什么是Tab Controller?

Tab Controller是由Nikhil Sehgal开发的Chrome扩展程序,该扩展的主要功能是“Search, Switch, Remove tabs for multiple chrome windows from singpel place.”。

扩展截图

screenshot

下载Tab Controller扩展crx文件

下载Tab Controller扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Tab Controller Tab Controller
ID kdgbkbgkffgfhakohlmoppiahphmognn
官方URL https://chromewebstore.google.com/detail/tab-controller/kdgbkbgkffgfhakohlmoppiahphmognn
简介 Search, Switch, Remove tabs for multiple chrome windows from singpel place.
文件大小 68.9 KB
安装次数 26
当前版本 3.0
更新时间 2020-09-15
上架时间 2019-06-05
评分 5.00/5 共2次评分
开发者 Nikhil Sehgal
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}