Workspaces
Save all your current tabs and come back to them later.
What is Workspaces?
Workspaces is a Chrome extension developed by mdni007, and its main feature is "Save all your current tabs and come back to them later.".
Extension Screenshots
Download Workspaces Extension CRX File
Download 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
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)
Extension Basic Information
Name | Workspaces |
ID | eehocaoejekpmecmfecdkpohdkgkmoee |
Official URL | https://chromewebstore.google.com/detail/workspaces/eehocaoejekpmecmfecdkpohdkgkmoee |
Description | Save all your current tabs and come back to them later. |
File Size | 664 KB |
Installation Count | 2,918 |
Current Version | 2 |
Last Updated | 2022-01-30 |
Publish Date | 2019-10-03 |
Rating | 3.52/5 Total 21 Ratings |
Developer | mdni007 |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://mdislam.com/data/workspaces.html |
Supported Languages | 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" ] } |