Image to PDF Converter

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

Co to jest Image to PDF Converter?

Image to PDF Converter to rozszerzenie Chrome opracowane przez https://online-converter.freepdfsolutions.com, a jego główną funkcją jest „Get your images(jpg, png, gif, bmp) converted to PDF document instantly”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Image to PDF Converter

Pobierz pliki rozszerzeń Image to PDF Converter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Image to PDF Converter Image to PDF Converter
ID jlpnnbpgcpkogdkhelnkcfgmnbbmllnb
Oficjalny URL https://chrome.google.com/webstore/detail/image-to-pdf-converter/jlpnnbpgcpkogdkhelnkcfgmnbbmllnb
Opis Get your images(jpg, png, gif, bmp) converted to PDF document instantly
Rozmiar pliku 6.39 KB
Liczba instalacji 167
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2018-10-04
Data Publikacji 2018-10-04
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper https://online-converter.freepdfsolutions.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://online-converter.freepdfsolutions.com/#image-to-pdf-converter
Adres URL Strony Polityki Prywatności https://freeconverting.com/privacy.php
Obsługiwane Języki 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"
    ]
}