Image to PDF Converter

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

Apa itu Image to PDF Converter?

Image to PDF Converter adalah ekstensi Chrome yang dikembangkan oleh https://online-converter.freepdfsolutions.com, dan fitur utamanya adalah "Get your images(jpg, png, gif, bmp) converted to PDF document instantly".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Image to PDF Converter

Unduh file ekstensi Image to PDF Converter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Image to PDF Converter Image to PDF Converter
ID jlpnnbpgcpkogdkhelnkcfgmnbbmllnb
URL Resmi https://chrome.google.com/webstore/detail/image-to-pdf-converter/jlpnnbpgcpkogdkhelnkcfgmnbbmllnb
Deskripsi Get your images(jpg, png, gif, bmp) converted to PDF document instantly
Ukuran File 6.39 KB
Jumlah Instalasi 167
Versi Saat Ini 1.0
Terakhir Diperbarui 2018-10-04
Tanggal Publikasi 2018-10-04
Penilaian 5.00/5 Total 4 Penilaian
Pengembang https://online-converter.freepdfsolutions.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://online-converter.freepdfsolutions.com/#image-to-pdf-converter
URL Halaman Kebijakan Privasi https://freeconverting.com/privacy.php
Bahasa yang Didukung 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"
    ]
}