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

Convert HEIC to PDF

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

Easily Convert HEIC to PDF on Mac and Windows to change HEIC to PDF, and effortlessly turn HEIC into PDF with a simple extension.
Type
Extension
Users
65 users
1
eva.ohara87
View author page of eva.ohara87
Published
Published on February 23, 2025
Version 1
Manifest version
3
Updated
Updated on March 1, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Convert HEIC 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,
    "default_locale": "en",
    "name": "__MSG_appName__",
    "version": "1",
    "description": "__MSG_shortDesc__",
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "64": "images\/logo64.png",
        "128": "images\/logo128.png"
    },
    "background": {
        "service_worker": "bg.js",
        "type": "module"
    },
    "action": {
        "default_title": "Convert HEIC to PDF"
    },
    "side_panel": {
        "default_path": "App.html"
    },
    "permissions": [
        "background",
        "sidePanel",
        "scripting",
        "tabs",
        "storage",
        "contextMenus",
        "downloads"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "App.js",
                "widget.js",
                "page-images.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "widget.js",
                "widget.css",
                "App.html",
                "App.js",
                "App.css",
                "images\/*",
                "jszip.3.10.1.min.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}
© 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