WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Web to PDF

Web to PDF

View on Chrome Web Store
View Web to PDF Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (124 ratings)
2 new ratings
22 views
This extension has been viewed 22 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.

Use Web to PDF converter to save a web page as a pdf and download it instantly. Perfect for offline reading and sharing.
Type
Extension
Users
20,000 users
10K
AppsHub.space
View author page of AppsHub.space
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 21, 2024
Version 2.2.0
Manifest version
3
Updated
Updated on June 24, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Web to PDF 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": "__MSG_appName__",
    "description": "__MSG_shortDesc__",
    "version": "2.2.0",
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "64": "icon\/64.png",
        "128": "icon\/128.png",
        "256": "icon\/256.png",
        "512": "icon\/512.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "debugger",
        "storage",
        "identity"
    ],
    "default_locale": "en",
    "options_page": "settings.html",
    "action": {
        "default_popup": "popup.html",
        "default_title": "Web to PDF"
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "externally_connectable": {
        "matches": [
            "<all_urls>"
        ]
    },
    "oauth2": {
        "client_id": "779639341106-f5vohjkrhg5k63lre7m679p52pn56pjr.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "css": [
                "content-scripts\/RemovalMode.css",
                "content-scripts\/SelectionMode.css",
                "content-scripts\/print.css"
            ],
            "js": [
                "content-scripts\/RemovalMode.js",
                "content-scripts\/RemovalModeGuide.js",
                "content-scripts\/SelectionMode.js",
                "content-scripts\/SelectionModeGuide.js",
                "content-scripts\/print.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content-scripts\/RemovalModeGuide.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        },
        {
            "resources": [
                "content-scripts\/SelectionModeGuide.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 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