Tab Workspaces
Save and manage a collection of tabs as workspaces.
Was ist Tab Workspaces?
Tab Workspaces ist eine Chrome-Erweiterung, die von Hao Fu entwickelt wurde, und ihr Hauptmerkmal ist "Save and manage a collection of tabs as workspaces.".
Erweiterungsscreenshots
Tab Workspaces-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tab 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
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.
Grundlegende Informationen zur Erweiterung
Name | Tab Workspaces |
ID | pfdcopdimdhfhdaiiaeddjcidkjbnpll |
Offizielle URL | https://chromewebstore.google.com/detail/tab-workspaces/pfdcopdimdhfhdaiiaeddjcidkjbnpll |
Beschreibung | Save and manage a collection of tabs as workspaces. |
Dateigröße | 125 KB |
Installationsanzahl | 69 |
Aktuelle Version | 1.1 |
Letztes Update | 2018-12-18 |
Veröffentlichungsdatum | 2018-12-17 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | Hao Fu |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |