Tab Group Saver - Save and Manage Tab Groups

Tab Group Saver is a chrome extension that enables you to suspend and manage your tabs and tab groups. With Tab Group Saver, you…

Cos'è Tab Group Saver - Save and Manage Tab Groups?

Tab Group Saver - Save and Manage Tab Groups è un'estensione di Chrome sviluppata da Tab Group Saver, e la sua funzione principale è "Tab Group Saver is a chrome extension that enables you to suspend and manage your tabs and tab groups. With Tab Group Saver, you…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Tab Group Saver - Save and Manage Tab Groups

Scarica i file di estensione Tab Group Saver - Save and Manage Tab Groups in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Tab Group Saver is a chrome extension that enables you to suspend and manage your tabs and tab groups. With Tab Group Saver, you can keep a cleaner workspace while reducing Chrome's memory footprint.

Features:
- Suspend tab groups & restore them later
- View all open tab groups
- Rename tab groups
- Manage your windows and tabs                    

Informazioni di Base sull'Estensione

Nome Tab Group Saver - Save and Manage Tab Groups Tab Group Saver - Save and Manage Tab Groups
ID ghbdjeckopemkoomopmpgjifafpcjhga
URL Ufficiale https://chromewebstore.google.com/detail/tab-group-saver-save-and/ghbdjeckopemkoomopmpgjifafpcjhga
Descrizione Tab Group Saver is a chrome extension that enables you to suspend and manage your tabs and tab groups. With Tab Group Saver, you…
Dimensione del File 391 KB
Conteggio Installazioni 20,000
Versione Corrente 0.0.7
Ultimo Aggiornamento 2024-02-07
Data di Pubblicazione 2021-03-09
Valutazione 3.36/5 Totale 81 Valutazioni
Sviluppatore Tab Group Saver
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://twitter.com/TabGroupSaver
URL della Pagina della Politica sulla Privacy https://tabgroupsaver.com/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.7",
    "name": "Tab Group Saver - Save and Manage Tab Groups",
    "manifest_version": 3,
    "minimum_chrome_version": "89",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-48.png"
    },
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png",
                "icon-48.png",
                "icon-16.png"
            ],
            "matches": []
        }
    ],
    "permissions": [
        "tabs",
        "tabGroups",
        "storage"
    ]
}