Workspaces

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

Was ist Workspaces?

Workspaces ist eine Chrome-Erweiterung, die von mdni007 entwickelt wurde, und ihr Hauptmerkmal ist "Save all your current tabs and come back to them later.".

Erweiterungsscreenshots

screenshot

Workspaces-Erweiterungs-CRX-Datei herunterladen

Laden Sie Workspaces-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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)                    

Grundlegende Informationen zur Erweiterung

Name Workspaces Workspaces
ID eehocaoejekpmecmfecdkpohdkgkmoee
Offizielle URL https://chromewebstore.google.com/detail/workspaces/eehocaoejekpmecmfecdkpohdkgkmoee
Beschreibung Save all your current tabs and come back to them later.
Dateigröße 664 KB
Installationsanzahl 2,918
Aktuelle Version 2
Letztes Update 2022-01-30
Veröffentlichungsdatum 2019-10-03
Bewertung 3.52/5 Insgesamt 21 Bewertungen
Entwickler mdni007
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://mdislam.com/data/workspaces.html
Unterstützte Sprachen 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"
    ]
}