TabGroups

Provides organisational control over related tabs

Что такое TabGroups?

TabGroups - это расширение Chrome, разработанное Peter Mareš, и его основная функция - "Provides organisational control over related tabs".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения TabGroups

Скачайте файлы расширений 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"
        ]
    }
}