TIFF to PDF Converter

Convert TIFF images to PDF document.

ما هو TIFF to PDF Converter؟

TIFF to PDF Converter هو إضافة Chrome تم تطويرها بواسطة https://online-converter.freepdfsolutions.com، والميزة الرئيسية لها هي "Convert TIFF images to PDF document.".

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

screenshot
screenshot

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

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

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

                        3.2 Version:

Detects TIFF links automatically and offers you to convert them to PDF format in a small window.

Conversion steps:

1- Visit any tiff image link on any website.
2- Our extension detects tiff file and open the conversion window.
3- Click convert button, wait for this to finish.
4- Download converted pdf file. (Without leaving extension window)                    

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

الاسم TIFF to PDF Converter TIFF to PDF Converter
ID kelfafbbmcbnnepkijbkaniokbanfadi
عنوان URL الرسمي https://chromewebstore.google.com/detail/tiff-to-pdf-converter/kelfafbbmcbnnepkijbkaniokbanfadi
الوصف Convert TIFF images to PDF document.
حجم الملف 4.63 MB
عدد التثبيتات 2,550
النسخة الحالية 3.4
آخر تحديث 2023-06-15
تاريخ النشر 2020-05-28
تقييم 3.32/5 مجموع تقييمات 19
المطور https://online-converter.freepdfsolutions.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://online-converter.freepdfsolutions.com/free-tiff-to-pdf-converter
عنوان صفحة سياسة الخصوصية https://www.freepdfsolutions.com/privacypolicy.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "TIFF to PDF Converter",
    "description": "__MSG_extDescription__",
    "version": "3.4",
    "version_name": "3.4",
    "icons": {
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "TIFF to PDF Converter"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/online-converter.freepdfsolutions.com\/*"
    ]
}