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
Eメール [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"
    ]
}