TabNest

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

Qu'est-ce que TabNest ?

TabNest est une extension Chrome développée par Anatoly Zaytsev, et sa fonction principale est "Save multiple tabs for later and reopen them with a single click.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension TabNest

Téléchargez les fichiers d'extension TabNest au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom TabNest TabNest
ID gplhcnbpmokcnjhhcbhfjgdnpdjgoadk
URL Officiel https://chromewebstore.google.com/detail/tabnest/gplhcnbpmokcnjhhcbhfjgdnpdjgoadk
Description Save multiple tabs for later and reopen them with a single click.
Taille du Fichier 13.14 KB
Nombre d'Installations 188
Version Actuelle 1.1.2
Dernière Mise à Jour 2023-08-14
Date de Publication 2023-07-12
Évaluation 5.00/5 Total 5 Évaluations
Développeur Anatoly Zaytsev
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/tokedo/TabNest
Langues Prises en Charge 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"
    }
}