Workspaces

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

Wat is Workspaces?

Workspaces is een Chrome-extensie ontwikkeld door mdni007, en de belangrijkste functie is "Save all your current tabs and come back to them later.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Workspaces

Download Workspaces-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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)                    

Basisinformatie over de Extensie

Naam Workspaces Workspaces
ID eehocaoejekpmecmfecdkpohdkgkmoee
Officiële URL https://chromewebstore.google.com/detail/workspaces/eehocaoejekpmecmfecdkpohdkgkmoee
Beschrijving Save all your current tabs and come back to them later.
Bestandsgrootte 664 KB
Aantal Installaties 2,918
Huidige Versie 2
Laatst Bijgewerkt 2022-01-30
Publicatiedatum 2019-10-03
Beoordeling 3.52/5 Totaal 21 Beoordelingen
Ontwikkelaar mdni007
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://mdislam.com/data/workspaces.html
Ondersteunde Talen 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"
    ]
}