Workspace
Store unneeded tabs in one page, and free up tab space
什么是Workspace?
Workspace是由Freeman Lou开发的Chrome扩展程序,该扩展的主要功能是“Store unneeded tabs in one page, and free up tab space”。
扩展截图
下载Workspace扩展crx文件
下载Workspace扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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/
扩展基本信息
名称 | Workspace |
ID | pfpbeaemdigklchgdmmkldnaieimmmin |
官方URL | https://chromewebstore.google.com/detail/workspace/pfpbeaemdigklchgdmmkldnaieimmmin |
简介 | Store unneeded tabs in one page, and free up tab space |
文件大小 | 7.9 KB |
安装次数 | 29 |
当前版本 | 1.0 |
更新时间 | 2017-03-21 |
上架时间 | 2017-03-21 |
评分 | 4.50/5 共2次评分 |
开发者 | Freeman Lou |
付费类型 | free |
支持的语言 | 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" ] } |