Workspace
Store unneeded tabs in one page, and free up tab space
What is Workspace?
Workspace is a Chrome extension developed by Freeman Lou, and its main feature is "Store unneeded tabs in one page, and free up tab space".
Extension Screenshots
Download Workspace Extension CRX File
Download Workspace 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
Sometimes there are tabs that are not needed immediately, but are also not important enough to be bookmarked. Workspace temporarily stores the links in one page, freeing tab space and allowing for more flexibility. Use by clicking on the added button next to address bar. A small window will appear that says "Save All Tabs". Click and all your tabs will disappear; they are listed on a newly created tab. Restore them all with one button! Icon by http://appercuts.blogspot.com/
Extension Basic Information
Name | Workspace |
ID | pfpbeaemdigklchgdmmkldnaieimmmin |
Official URL | https://chromewebstore.google.com/detail/workspace/pfpbeaemdigklchgdmmkldnaieimmmin |
Description | Store unneeded tabs in one page, and free up tab space |
File Size | 7.9 KB |
Installation Count | 29 |
Current Version | 1.0 |
Last Updated | 2017-03-21 |
Publish Date | 2017-03-21 |
Rating | 4.50/5 Total 2 Ratings |
Developer | Freeman Lou |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Workspace", "description": "Store unneeded tabs in one page, and free up tab space", "version": "1.0", "browser_action": { "default_icon": "icons\/icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ] } |