Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Popper \u2014 One-key tab detacher", "description": "Press a shortcut to pop the current tab into its own window.", "version": "0.0.1", "manifest_version": 3, "permissions": [ "tabs", "storage", "system.display" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_title": "Tab Popper" }, "commands": { "pop-tab": { "suggested_key": { "default": "Alt+T" }, "description": "Pop the active tab into its own window" }, "bulk-pop": { "suggested_key": { "default": "Alt+Shift+2" }, "description": "Pop highlighted tabs using the current layout preset" } }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }