TabGroups

Provides organisational control over related tabs

TabGroupsとは何ですか?

TabGroupsはPeter Marešによって開発されたChromeの拡張機能で、その主な機能は「Provides organisational control over related tabs」です。

拡張機能のスクリーンショット

screenshot
screenshot

TabGroups拡張機能のCRXファイルをダウンロード

TabGroups拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A Google Chrome extension that gives you organisational control over your related browser tabs

Features

The extension gives you the following options to manage your tabs:

Current window

- Sort your tabs based on the page's url host. For example, this will group all your YouTube tabs together. (Sorting is ascending)

- Move all similar tabs (to the current page) in the current window to a new window.

- Close all similar tabs (to the current page) in the current window.


All windows

- Move all similar tabs (to the current page) from all windows to a new window.
- Close all similar tabs (to the current page) from all windows                    

拡張機能の基本情報

名前 TabGroups TabGroups
ID hfdbgapillniicojjolojgafipcjkeji
公式URL https://chromewebstore.google.com/detail/tabgroups/hfdbgapillniicojjolojgafipcjkeji
説明 Provides organisational control over related tabs
ファイルサイズ 14.71 KB
インストール数 113
現在のバージョン 0.1.0
最終更新日 2014-06-19
公開日 2014-06-18
評価 3.00/5 合計 2 レビュー
開発者 Peter Mareš
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabGroups",
    "description": "Provides organisational control over related tabs",
    "version": "0.1.0",
    "author": "Peter Mares",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "menuhandler.js"
        ]
    }
}