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": "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": "assets\/img\/icon-48.png" }, "icons": { "48": "assets\/img\/icon-48.png", "128": "assets\/img\/icon-128.png" }, "web_accessible_resources": [ { "resources": [ "assets\/img\/icon-128.png", "assets\/img\/icon-48.png", "assets\/img\/icon-16.png" ], "matches": [] } ], "externally_connectable": { "matches": [ "https:\/\/tabgroupsaver.com\/*" ] }, "permissions": [ "tabs", "tabGroups", "storage", "offscreen" ], "host_permissions": [ "https:\/\/api-js.mixpanel.com\/*" ], "commands": { "open-main-page": { "suggested_key": "Alt+Shift+G", "description": "Open Tab Group Saver" } }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';", "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval' 'https:\/\/apis.google.com' 'https:\/\/www.gstatic.com' 'https:\/\/*.firebaseio.com' 'https:\/\/www.googleapis.com' 'https:\/\/securetoken.googleapis.com'; child-src 'self';" }, "version": "1.0.2", "description": "Save and manage your tab groups" }