TIFF to PDF Converter

Convert TIFF images to PDF document.

Apa itu TIFF to PDF Converter?

TIFF to PDF Converter adalah ekstensi Chrome yang dikembangkan oleh https://online-converter.freepdfsolutions.com, dan fitur utamanya adalah "Convert TIFF images to PDF document.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi TIFF to PDF Converter

Unduh file ekstensi TIFF 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

                        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)                    

Informasi Dasar Ekstensi

Nama TIFF to PDF Converter TIFF to PDF Converter
ID kelfafbbmcbnnepkijbkaniokbanfadi
URL Resmi https://chromewebstore.google.com/detail/tiff-to-pdf-converter/kelfafbbmcbnnepkijbkaniokbanfadi
Deskripsi Convert TIFF images to PDF document.
Ukuran File 4.63 MB
Jumlah Instalasi 2,550
Versi Saat Ini 3.4
Terakhir Diperbarui 2023-06-15
Tanggal Publikasi 2020-05-28
Penilaian 3.32/5 Total 19 Penilaian
Pengembang https://online-converter.freepdfsolutions.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://online-converter.freepdfsolutions.com/free-tiff-to-pdf-converter
URL Halaman Kebijakan Privasi https://www.freepdfsolutions.com/privacypolicy.html
Bahasa yang Didukung 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\/*"
    ]
}