Image to PDF Converter

Get your images(jpg, png, gif, bmp) converted to PDF document instantly

What is Image to PDF Converter?

Image to PDF Converter is a Chrome extension developed by https://online-converter.freepdfsolutions.com, and its main feature is "Get your images(jpg, png, gif, bmp) converted to PDF document instantly".

Extension Screenshots

screenshot

Download Image to PDF Converter Extension CRX File

Download Image to PDF 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

                        Convert images to pdf document rather easily.

How?

-Click extension icon, it will redirect you to online converter tool.
-Select image files you want to convert and click convert button.
-You will get pdf download link in email.                    

Extension Basic Information

Name Image to PDF Converter Image to PDF Converter
ID jlpnnbpgcpkogdkhelnkcfgmnbbmllnb
Official URL https://chrome.google.com/webstore/detail/image-to-pdf-converter/jlpnnbpgcpkogdkhelnkcfgmnbbmllnb
Description Get your images(jpg, png, gif, bmp) converted to PDF document instantly
File Size 6.39 KB
Installation Count 167
Current Version 1.0
Last Updated 2018-10-04
Publish Date 2018-10-04
Rating 5.00/5 Total 4 Ratings
Developer https://online-converter.freepdfsolutions.com
Email [email protected]
Payment Type free
Extension Website https://online-converter.freepdfsolutions.com/#image-to-pdf-converter
Privacy Policy Page URL https://freeconverting.com/privacy.php
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Image to PDF Converter",
    "default_locale": "en",
    "description": "Get your images(jpg, png, gif, bmp) converted to PDF document instantly",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "version": "1.0",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon-128.png"
    },
    "permissions": [
        "tabs"
    ]
}