WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Multiple Tab to PDF Printer

Multiple Tab to PDF Printer

View on Chrome Web Store
View Multiple Tab to PDF Printer Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (10 ratings)
1 new ratings
8 views
This extension has been viewed 8 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

This extension prints multiple open tabs to PDFs. Select tabs with Ctrl+click or use checkboxes in the UI for a seamless workflow.
Type
Extension
Users
1,000 users
2
Andrew Citera
View author page of Andrew Citera
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 22, 2024
Version 1.3.0
Manifest version
3
Updated
Updated on May 22, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Multiple Tab to PDF Printer Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top