TabNest

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

什么是TabNest?

TabNest是由Anatoly Zaytsev开发的Chrome扩展程序,该扩展的主要功能是“Save multiple tabs for later and reopen them with a single click.”。

扩展截图

screenshot
screenshot
screenshot

下载TabNest扩展crx文件

下载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"
    }
}