WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Convert webpage to PDF

Convert webpage to PDF

View on Chrome Web Store
View Convert webpage to PDF Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (153 ratings)
1 new ratings
7 views
This extension has been viewed 7 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.

Let Convert webpage to PDF simplify your workflow! Our tool converts webpages, saves them as PDFs, and keeps their original look.
Type
Extension
Users
10,000 users
1K
Convert webpage to PDF
View author page of Convert webpage to PDF
Featured Extension

Hand-picked for quality and usefulness

Published
Published on December 12, 2024
Version 1.7
Manifest version
3
Updated
Updated on July 3, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Convert webpage 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_app_name__",
    "description": "__MSG_app_description_short__",
    "version": "1.7",
    "icons": {
        "16": "\/icon\/16.png",
        "32": "\/icon\/32.png",
        "48": "\/icon\/48.png",
        "96": "\/icon\/96.png",
        "128": "\/icon\/128.png"
    },
    "permissions": [
        "contextMenus",
        "downloads",
        "activeTab",
        "scripting",
        "debugger",
        "storage"
    ],
    "action": {
        "default_title": "__MSG_app_name__"
    },
    "default_locale": "en",
    "author": {
        "email": "[email protected]"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; font-src 'self' data:; connect-src 'self' https:\/\/*.convert-webpage-to-pdf.com\/"
    },
    "host_permissions": [
        "https:\/\/*.convert-webpage-to-pdf.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content-scripts\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content-scripts\/content.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