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", "manifest_version": 3, "name": "Batchy - Bulk URL Copier, Opener & Autosaver", "version": "1.0.5", "description": "Easiest way to Bulk Copy & Open Tab URLs.", "author": "Batchy", "homepage_url": "https:\/\/docs.google.com\/document\/d\/1Tt0bxfEQieVwXXaUQhURUWqjcgCzSB5OPO8nhJC_qXY\/", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "bookmarks", "storage", "clipboardWrite", "contextMenus" ], "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_popup": "popup.html", "default_title": "Batchy", "default_icon": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } }, "commands": { "copy_all_urls": { "suggested_key": { "default": "Ctrl+Shift+B", "mac": "Command+Shift+B" }, "description": "Copy all open tabs' URLs" }, "open_urls": { "suggested_key": { "default": "Ctrl+Shift+O", "mac": "Command+Shift+O" }, "description": "Open Multiple URLs" } }, "short_name": "Batchy", "offline_enabled": true, "minimum_chrome_version": "88" }