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", "manifest_version": 3, "name": "Merge Windows", "version": "2.1.0.1", "description": "Merge all browser windows into one", "homepage_url": "https:\/\/singleclickapps.com\/merge-windows", "icons": { "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_icon": "icon24.png", "default_title": "Merge All Windows" }, "permissions": [ "tabs", "storage" ], "optional_permissions": [ "tabGroups" ], "options_page": "options.html", "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+L", "mac": "Command+Shift+L" } } } }