Tab Workspaces
Save and manage a collection of tabs as workspaces.
What is Tab Workspaces?
Tab Workspaces is a Chrome extension developed by Hao Fu, and its main feature is "Save and manage a collection of tabs as workspaces.".
Extension Screenshots
Download Tab Workspaces Extension CRX File
Download Tab Workspaces extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Tab Workspaces |
ID | pfdcopdimdhfhdaiiaeddjcidkjbnpll |
Official URL | https://chromewebstore.google.com/detail/tab-workspaces/pfdcopdimdhfhdaiiaeddjcidkjbnpll |
Description | Save and manage a collection of tabs as workspaces. |
File Size | 125 KB |
Installation Count | 69 |
Current Version | 1.1 |
Last Updated | 2018-12-18 |
Publish Date | 2018-12-17 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Hao Fu |
Payment Type | free |
Supported Languages | 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 } |