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