Mark tab manager

Automatically group tabs by domain

Что такое Mark tab manager?

Mark tab manager - это расширение Chrome, разработанное https://bradleycushing.com, и его основная функция - "Automatically group tabs by domain".

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

screenshot
screenshot
screenshot

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

Скачайте файлы расширений Mark tab manager в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Mark is a minimalist tab manager that organizes tabs as you browse. With Mark, tabs are automatically grouped by domain and sorted alphabetically so you can easily find them later.

Mark uses the native tab groups feature of Chrome, meaning there’s no learning curve to get started. Simply install Mark and any open and newly created tabs will be grouped and sorted.

Mark can be configured to only group tabs or only sort tabs depending on how you like to browse. Additionally, you can enable Mark to consolidate tabs across windows - meaning you won’t lose a tab because it’s hiding in its own window.

You can pin the extension to your browser toolbar by clicking the puzzle looking icon located in the top right of your toolbar, scrolling down to Mark, and clicking the “Pin” icon. Pinning the icon makes it easily accessible for clicking to manually organize tabs in cleanup mode, which will collapse any open groups.

Change one of the configuration settings by right clicking on the Mark extension icon, navigating to the “Settings” menu, and toggling one of the settings. Depending on the way you would like to browse, customizing some things could make for an even better experience.

If you find yourself more curious about how Mark works or what other options and functionality are available, visit the “Resources” menu at any time by right clicking the Mark extension icon.                    

Основная информация о расширении

Название Mark tab manager Mark tab manager
ID filgplhfalgafolkffphilkgckdgnona
Официальный URL https://chromewebstore.google.com/detail/mark-tab-manager/filgplhfalgafolkffphilkgckdgnona
Описание Automatically group tabs by domain
Размер файла 47.08 KB
Количество установок 10,523
Текущая Версия 0.1.46
Последнее Обновление 2023-08-14
Дата публикации 2021-02-23
Рейтинг 4.48/5 Всего 25 оценок
Разработчик https://bradleycushing.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/bradcush/mark-tab-manager
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_title": "Mark"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "collapse": {
            "suggested_key": "Ctrl+Shift+O",
            "description": "Collapse inactive tab groups"
        }
    },
    "description": "Automatically group tabs by domain",
    "icons": {
        "16": "icons\/icon-mark-16.png",
        "48": "icons\/icon-mark-48.png",
        "128": "icons\/icon-mark-128.png"
    },
    "manifest_version": 3,
    "name": "Mark tab manager",
    "offline_enabled": true,
    "permissions": [
        "contextMenus",
        "management",
        "storage",
        "tabGroups",
        "tabs"
    ],
    "version": "0.1.46"
}