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": "1.3.0", "description": "Merge windows into the active one", "homepage_url": "https:\/\/github.com\/sindresorhus\/merge-windows", "minimum_chrome_version": "125", "icons": { "128": "icon.png" }, "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_title": "Merge Windows", "default_icon": "icon.png" } }