Image to PDF Converter

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

ما هو Image to PDF Converter؟

Image to PDF Converter هو إضافة Chrome تم تطويرها بواسطة https://online-converter.freepdfsolutions.com، والميزة الرئيسية لها هي "Get your images(jpg, png, gif, bmp) converted to PDF document instantly".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Image to PDF Converter

قم بتنزيل ملفات الامتداد Image to PDF Converter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Image to PDF Converter Image to PDF Converter
ID jlpnnbpgcpkogdkhelnkcfgmnbbmllnb
عنوان URL الرسمي https://chrome.google.com/webstore/detail/image-to-pdf-converter/jlpnnbpgcpkogdkhelnkcfgmnbbmllnb
الوصف Get your images(jpg, png, gif, bmp) converted to PDF document instantly
حجم الملف 6.39 KB
عدد التثبيتات 167
النسخة الحالية 1.0
آخر تحديث 2018-10-04
تاريخ النشر 2018-10-04
تقييم 5.00/5 مجموع تقييمات 4
المطور https://online-converter.freepdfsolutions.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://online-converter.freepdfsolutions.com/#image-to-pdf-converter
عنوان صفحة سياسة الخصوصية https://freeconverting.com/privacy.php
اللغات المدعومة 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"
    ]
}