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…
What is Tab Group Saver - Save and Manage Tab Groups?
Tab Group Saver - Save and Manage Tab Groups is a Chrome extension developed by Tab Group Saver, and its main feature is "Tab Group Saver is a chrome extension that enables you to suspend and manage your tabs and tab groups. With Tab Group Saver, you…".
Extension Screenshots
Download Tab Group Saver - Save and Manage Tab Groups Extension CRX File
Download Tab Group Saver - Save and Manage Tab Groups 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
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
Extension Basic Information
Name | Tab Group Saver - Save and Manage Tab Groups |
ID | ghbdjeckopemkoomopmpgjifafpcjhga |
Official URL | https://chromewebstore.google.com/detail/tab-group-saver-save-and/ghbdjeckopemkoomopmpgjifafpcjhga |
Description | Tab Group Saver is a chrome extension that enables you to suspend and manage your tabs and tab groups. With Tab Group Saver, you… |
File Size | 391 KB |
Installation Count | 20,000 |
Current Version | 0.0.7 |
Last Updated | 2024-02-07 |
Publish Date | 2021-03-09 |
Rating | 3.36/5 Total 81 Ratings |
Developer | Tab Group Saver |
[email protected] | |
Payment Type | free |
Help Page URL | https://twitter.com/TabGroupSaver |
Privacy Policy Page URL | https://tabgroupsaver.com/privacy-policy |
Supported Languages | 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" ] } |