WebExtension.net
Toggle dark mode
WebExtension.net

Save image as PDF

View on Chrome Web Store
View Save image as PDF Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (35 ratings)
1 new ratings
0 views
This extension has been viewed 0 times

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

Save image as PDF using the context menu on the image for download photo. An easy way to save picture as PDF, JPG, PNG, or WebP.
Type
Extension
Users
10,000 users
cswprodev
View author page of cswprodev
Published
Published on January 29, 2024
Version 1.3
Manifest version
3
Updated
Updated on February 15, 2024
productivity/workflow
Extension Category
View on Chrome Web Store
View Save image as 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_appDesc__",
    "version": "1.3",
    "default_locale": "en",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "downloads",
        "contextMenus",
        "offscreen",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": [],
    "icons": {
        "16": "\/images\/16x16.png",
        "48": "\/images\/48x48.png",
        "64": "\/images\/64x64.png",
        "96": "\/images\/96x96-128x128.png",
        "128": "\/images\/128x128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/48x48.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "inject\/inject.js"
            ],
            "css": [
                "inject\/inject.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 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