Tab Group Saver - Save and Manage Tab Groups
Tab Group Saver is a chrome extension that enables you to suspend and manage your tabs and tab groups. With Tab Group Saver, you…
什么是Tab Group Saver - Save and Manage Tab Groups?
Tab Group Saver - Save and Manage Tab Groups是由Tab Group Saver开发的Chrome扩展程序,该扩展的主要功能是“Tab Group Saver is a chrome extension that enables you to suspend and manage your tabs and tab groups. With Tab Group Saver, you…”。
扩展截图
下载Tab Group Saver - Save and Manage Tab Groups扩展crx文件
下载Tab Group Saver - Save and Manage Tab Groups扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Tab Group Saver is a chrome extension that enables you to suspend and manage your tabs and tab groups. With Tab Group Saver, you can keep a cleaner workspace while reducing Chrome's memory footprint. Features: - Suspend tab groups & restore them later - View all open tab groups - Rename tab groups - Manage your windows and tabs
扩展基本信息
名称 | Tab Group Saver - Save and Manage Tab Groups |
ID | ghbdjeckopemkoomopmpgjifafpcjhga |
官方URL | https://chromewebstore.google.com/detail/tab-group-saver-save-and/ghbdjeckopemkoomopmpgjifafpcjhga |
简介 | Tab Group Saver is a chrome extension that enables you to suspend and manage your tabs and tab groups. With Tab Group Saver, you… |
文件大小 | 391 KB |
安装次数 | 20,000 |
当前版本 | 0.0.7 |
更新时间 | 2024-02-07 |
上架时间 | 2021-03-09 |
评分 | 3.36/5 共81次评分 |
开发者 | Tab Group Saver |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://twitter.com/TabGroupSaver |
隐私政策页面URL | https://tabgroupsaver.com/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.7", "name": "Tab Group Saver - Save and Manage Tab Groups", "manifest_version": 3, "minimum_chrome_version": "89", "options_page": "options.html", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "icon-48.png" }, "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "devtools_page": "devtools.html", "web_accessible_resources": [ { "resources": [ "icon-128.png", "icon-48.png", "icon-16.png" ], "matches": [] } ], "permissions": [ "tabs", "tabGroups", "storage" ] } |