TabNest

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

TabNest क्या है?

TabNest Anatoly Zaytsev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save multiple tabs for later and reopen them with a single click."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TabNest एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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