WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Imagic: Image Converter, Resizer & Zoom

Imagic: Image Converter, Resizer & Zoom

View on Chrome Web Store
View Imagic: Image Converter, Resizer & Zoom Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (4 ratings)
1 new ratings
2 views
This extension has been viewed 2 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.

Right-click images to preview with zoom, resize, and save as PNG/JPG/GIF/ICO. Convert WebP to JPG/PNG from most sites.
Type
Extension
Users
74 users
2
Website imagicsave.com
Pxlet
View author page of Pxlet
Published
Published on June 19, 2025
Version 1.0.5
Manifest version
3
Updated
Updated on January 31, 2026
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Imagic: Image Converter, Resizer & Zoom 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_extName__",
    "short_name": "__MSG_extShortName__",
    "version": "1.0.5",
    "description": "__MSG_extDescription__",
    "default_locale": "en_US",
    "permissions": [
        "activeTab",
        "scripting",
        "downloads",
        "contextMenus",
        "tabs"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "icons\/logo.png",
            "128": "icons\/logo-128.png"
        }
    },
    "icons": {
        "48": "icons\/logo.png",
        "128": "icons\/logo-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "html2canvas-pro.min.js",
                "gif.js",
                "gif.worker.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'",
        "sandbox": "sandbox allow-scripts allow-forms allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; worker-src 'self' blob:"
    }
}
© 2026 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