Workspaces

Save all your current tabs and come back to them later.

Hvad er Workspaces?

Workspaces er en Chrome-udvidelse udviklet af mdni007, og dens hovedfunktion er "Save all your current tabs and come back to them later.".

Udvidelsesskærmbilleder

screenshot

Download Workspaces-udvidelses-CRX-fil

Download 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

                        Are you the type of person to always have 10+ tabs open on your browser? With Workspace you can save all your open tabs without having to bookmark them. Now you can finally turn off your computer knowing that you can get back all your opened tabs.

Updates:

v2:
- Added button to update current workspaces (by Ganesh Swamypillai)                    

Grundlæggende oplysninger om udvidelsen

Navn Workspaces Workspaces
ID eehocaoejekpmecmfecdkpohdkgkmoee
Officiel URL https://chromewebstore.google.com/detail/workspaces/eehocaoejekpmecmfecdkpohdkgkmoee
Beskrivelse Save all your current tabs and come back to them later.
Filstørrelse 664 KB
Antal Installationer 2,918
Nuværende Version 2
Senest Opdateret 2022-01-30
Udgivelsesdato 2019-10-03
Bedømmelse 3.52/5 Samlet 21 Bedømmelser
Udvikler mdni007
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://mdislam.com/data/workspaces.html
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Workspaces",
    "description": "Save all your current tabs and come back to them later.",
    "version": "2",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "index.html"
    },
    "web_accessible_resources": [
        "fonts\/*"
    ],
    "permissions": [
        "storage",
        "tabs"
    ]
}