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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้านโยบายความเป็นส่วนตัว 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\/*"
    ]
}