Image to PDF Converter

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

Vad är Image to PDF Converter?

Image to PDF Converter är en Chrome-tillägg utvecklad av https://online-converter.freepdfsolutions.com, och dess huvudfunktion är "Get your images(jpg, png, gif, bmp) converted to PDF document instantly".

Tilläggsskärmbilder

screenshot

Ladda ner Image to PDF Converter-förlängningens CRX-fil

Ladda ner Image to PDF Converter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Image to PDF Converter Image to PDF Converter
ID jlpnnbpgcpkogdkhelnkcfgmnbbmllnb
Officiell webbadress https://chrome.google.com/webstore/detail/image-to-pdf-converter/jlpnnbpgcpkogdkhelnkcfgmnbbmllnb
Beskrivning Get your images(jpg, png, gif, bmp) converted to PDF document instantly
Filstorlek 6.39 KB
Antal Installationer 167
Aktuell Version 1.0
Senast Uppdaterad 2018-10-04
Publiceringsdatum 2018-10-04
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare https://online-converter.freepdfsolutions.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://online-converter.freepdfsolutions.com/#image-to-pdf-converter
URL till Sekretesspolicy Sidan https://freeconverting.com/privacy.php
Stödda Språk 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"
    ]
}