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": "Multiple Tab to PDF Printer", "short_name": "Tab PDF Print", "version": "1.3.0", "description": "This extension prints multiple open tabs to PDFs. Select tabs with Ctrl+click or use checkboxes in the UI for a seamless workflow.", "author": { "email": "[email protected]" }, "icons": { "64": "icons\/icon64.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png" }, "permissions": [ "tabs", "downloads", "debugger", "storage" ], "options_ui": { "page": "options.html", "open_in_tab": true }, "background": { "service_worker": "background.js" }, "minimum_chrome_version": "130", "action": { "default_title": "Print Selected Tabs to PDF (ctrl+select or via extension UI)", "default_icon": { "64": "icons\/icon64.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png" }, "default_popup": "popup.html" } }