Tab Workspaces

Save and manage a collection of tabs as workspaces.

Hvad er Tab Workspaces?

Tab Workspaces er en Chrome-udvidelse udviklet af Hao Fu, og dens hovedfunktion er "Save and manage a collection of tabs as workspaces.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Tab Workspaces-udvidelses-CRX-fil

Download Tab Workspaces-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This extensions will save all currently opened tabs into a workspace. You can name the workspace and tag it with description. Then you can browse saved workspaces, and launch the tabs in new windows.                    

Grundlæggende oplysninger om udvidelsen

Navn Tab Workspaces Tab Workspaces
ID pfdcopdimdhfhdaiiaeddjcidkjbnpll
Officiel URL https://chromewebstore.google.com/detail/tab-workspaces/pfdcopdimdhfhdaiiaeddjcidkjbnpll
Beskrivelse Save and manage a collection of tabs as workspaces.
Filstørrelse 125 KB
Antal Installationer 69
Nuværende Version 1.1
Senest Opdateret 2018-12-18
Udgivelsesdato 2018-12-17
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler Hao Fu
Betalingsmetode free
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Workspaces",
    "version": "1.1",
    "description": "Save and manage a collection of tabs as workspaces.",
    "permissions": [
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_popup": "html\/app.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2
}