Workspaces
Save all your current tabs and come back to them later.
什么是Workspaces?
Workspaces是由mdni007开发的Chrome扩展程序,该扩展的主要功能是“Save all your current tabs and come back to them later.”。
扩展截图
下载Workspaces扩展crx文件
下载Workspaces扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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)
扩展基本信息
名称 | Workspaces |
ID | eehocaoejekpmecmfecdkpohdkgkmoee |
官方URL | https://chromewebstore.google.com/detail/workspaces/eehocaoejekpmecmfecdkpohdkgkmoee |
简介 | Save all your current tabs and come back to them later. |
文件大小 | 664 KB |
安装次数 | 2,918 |
当前版本 | 2 |
更新时间 | 2022-01-30 |
上架时间 | 2019-10-03 |
评分 | 3.52/5 共21次评分 |
开发者 | mdni007 |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://mdislam.com/data/workspaces.html |
支持的语言 | 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" ] } |