Save Tab Groups for Tab Session Manager
Additional extension for saving tab groups in Tab Session Manager
What is Save Tab Groups for Tab Session Manager?
Save Tab Groups for Tab Session Manager is a Chrome extension developed by Sienori, and its main feature is "Additional extension for saving tab groups in Tab Session Manager".
Extension Screenshots
Download Save Tab Groups for Tab Session Manager Extension CRX File
Download Save Tab Groups for Tab Session Manager 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
An extension for Tab Session Manager to support tab groups. Please install the Tab Session Manager and enable the "Save Tab Groups" option. https://chrome.google.com/webstore/detail/tab-session-manager/iaiomicjabeggjcfkbimgmglanimpnae
Extension Basic Information
Name | Save Tab Groups for Tab Session Manager |
ID | aghdiknflpelpkepifoplhodcnfildao |
Official URL | https://chromewebstore.google.com/detail/save-tab-groups-for-tab-s/aghdiknflpelpkepifoplhodcnfildao |
Description | Additional extension for saving tab groups in Tab Session Manager |
File Size | 4.67 KB |
Installation Count | 10,000 |
Current Version | 1.0.2 |
Last Updated | 2021-04-18 |
Publish Date | 2021-04-18 |
Rating | 3.43/5 Total 21 Ratings |
Developer | Sienori |
[email protected] | |
Payment Type | free |
Extension Website | https://tab-session-manager.sienori.com/ |
Help Page URL | https://github.com/sienori/Tab-Session-Manager |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save Tab Groups for Tab Session Manager", "description": "Additional extension for saving tab groups in Tab Session Manager", "version": "1.0.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": [], "permissions": [ "tabGroups" ], "icons": { "128": "icon.png" } } |