Tab Group Saver - Save and Manage Tab Groups

Tab Group Saver is a chrome extension that enables you to suspend and manage your tabs and tab groups. With Tab Group Saver, you…

Что такое Tab Group Saver - Save and Manage Tab Groups?

Tab Group Saver - Save and Manage Tab Groups - это расширение Chrome, разработанное Tab Group Saver, и его основная функция - "Tab Group Saver is a chrome extension that enables you to suspend and manage your tabs and tab groups. With Tab Group Saver, you…".

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

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Tab Group Saver - Save and Manage Tab Groups

Скачайте файлы расширений Tab Group Saver - Save and Manage Tab Groups в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Tab Group Saver is a chrome extension that enables you to suspend and manage your tabs and tab groups. With Tab Group Saver, you can keep a cleaner workspace while reducing Chrome's memory footprint.

Features:
- Suspend tab groups & restore them later
- View all open tab groups
- Rename tab groups
- Manage your windows and tabs                    

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

Название Tab Group Saver - Save and Manage Tab Groups Tab Group Saver - Save and Manage Tab Groups
ID ghbdjeckopemkoomopmpgjifafpcjhga
Официальный URL https://chromewebstore.google.com/detail/tab-group-saver-save-and/ghbdjeckopemkoomopmpgjifafpcjhga
Описание Tab Group Saver is a chrome extension that enables you to suspend and manage your tabs and tab groups. With Tab Group Saver, you…
Размер файла 391 KB
Количество установок 20,000
Текущая Версия 0.0.7
Последнее Обновление 2024-02-07
Дата публикации 2021-03-09
Рейтинг 3.36/5 Всего 81 оценок
Разработчик Tab Group Saver
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://twitter.com/TabGroupSaver
URL страницы политики конфиденциальности https://tabgroupsaver.com/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.7",
    "name": "Tab Group Saver - Save and Manage Tab Groups",
    "manifest_version": 3,
    "minimum_chrome_version": "89",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-48.png"
    },
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png",
                "icon-48.png",
                "icon-16.png"
            ],
            "matches": []
        }
    ],
    "permissions": [
        "tabs",
        "tabGroups",
        "storage"
    ]
}