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