PDF to JPG Converter

Get your PDF document converted to JPG images instantly.

What is PDF to JPG Converter?

PDF to JPG Converter is a Chrome extension developed by https://freepdfsolutions.com, and its main feature is "Get your PDF document converted to JPG images instantly.".

Extension Screenshots

screenshot
screenshot

Download PDF to JPG Converter Extension CRX File

Download PDF to JPG Converter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        WHAT PDF SOLUTIONS CONVERTER IS ALL ABOUT?
We understand the frustrations when it come to dealing with pdf files and not having proper software to view or convert these. We at Free PDF Solutions make conversion simple to all user types and thrive on doing so.

With PDF to JPG Converter, there's...
• No registration required
• Ease of use
• Links to our online conversion utilities.

The PDF to JPG Converter offers convenient web search and quick links to performance tips from the Chrome New Tab page.

You can uninstall the extension at any time.

Update:
0.0.0.6 New tab change removed.                    

Extension Basic Information

Name PDF to JPG Converter PDF to JPG Converter
ID dkmiiopgdgoencflajlbmplbleoafdmd
Official URL https://chromewebstore.google.com/detail/pdf-to-jpg-converter/dkmiiopgdgoencflajlbmplbleoafdmd
Description Get your PDF document converted to JPG images instantly.
File Size 4.63 MB
Installation Count 13,575
Current Version 1.1
Last Updated 2023-07-10
Publish Date 2020-05-17
Rating 3.53/5 Total 58 Ratings
Developer https://freepdfsolutions.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.freepdfsolutions.com/privacypolicy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "PDF to JPG Converter",
    "description": "__MSG_extDescription__",
    "version": "1.1",
    "version_name": "1.1",
    "icons": {
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "PDF to JPG Converter"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/online-converter.freepdfsolutions.com\/*"
    ]
}