Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"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"
}
}