WebExtension.net
Toggle dark mode
WebExtension.net

Save Image As PNG

View on Chrome Web Store
View Save Image As PNG Chrome Extension on Chrome Web Store
Add to bookmarks
4.0 (352 ratings)
1 new ratings
23 views
This extension has been viewed 23 times

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

Adds the "Save Image As PNG" option to the context menu of images.
Type
Extension
Users
400,000 users
100K
Rob W
View author page of Rob W
Published
Published on August 3, 2013
Version 1.0.3
Manifest version
3
Updated
Updated on June 3, 2024
lifestyle/art
Extension Category
View on Chrome Web Store
View Save Image As PNG 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",
    "name": "Save Image As PNG",
    "description": "Adds the \"Save Image As PNG\" option to the context menu of images.",
    "version": "1.0.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "downloads",
        "offscreen",
        "scripting"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "incognito": "split",
    "minimum_chrome_version": "106"
}
© 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