TabNest

Save multiple tabs for later and reopen them with a single click.

Что такое TabNest?

TabNest - это расширение Chrome, разработанное Anatoly Zaytsev, и его основная функция - "Save multiple tabs for later and reopen them with a single click.".

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

screenshot
screenshot
screenshot

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

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

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

                        TabNest is a minimalistic, open-source, productivity-boosting Chrome extension designed to enhance multitasking. It allows you to save all the tabs in a window for later use. With just one click, TabNest saves all tabs and groups in the window, then closes it—reducing clutter and freeing up system resources. You can easily access and reopen the saved tabs, making the switch between projects or tasks seamless.

Features:

- Save all open tabs in the current window for later use and close the window.
- Reopen saved tabs in a new window with a single click. TabNest saves and restores the exact tab and group configurations from when they were saved, including group name, color, collapse status, and active tab.
- Update, rename, and delete saved links.
- Sync saved tabs across devices using Chrome account storage.

GitHub: https://github.com/tokedo/TabNest                    

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

Название TabNest TabNest
ID gplhcnbpmokcnjhhcbhfjgdnpdjgoadk
Официальный URL https://chromewebstore.google.com/detail/tabnest/gplhcnbpmokcnjhhcbhfjgdnpdjgoadk
Описание Save multiple tabs for later and reopen them with a single click.
Размер файла 13.14 KB
Количество установок 188
Текущая Версия 1.1.2
Последнее Обновление 2023-08-14
Дата публикации 2023-07-12
Рейтинг 5.00/5 Всего 5 оценок
Разработчик Anatoly Zaytsev
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/tokedo/TabNest
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TabNest",
    "version": "1.1.2",
    "description": "Save multiple tabs for later and reopen them with a single click.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon32.png",
        "default_popup": "popup.html",
        "default_title": "TabNest"
    },
    "permissions": [
        "tabs",
        "storage",
        "tabGroups"
    ],
    "background": {
        "service_worker": "background.js"
    }
}