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
官方網址 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"
    ]
}