TIFF to PDF Converter

Convert TIFF images to PDF document.

What is TIFF to PDF Converter?

TIFF to PDF Converter is a Chrome extension developed by https://online-converter.freepdfsolutions.com, and its main feature is "Convert TIFF images to PDF document.".

Extension Screenshots

screenshot
screenshot

Download TIFF to PDF Converter Extension CRX File

Download TIFF to PDF Converter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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)                    

Extension Basic Information

Name TIFF to PDF Converter TIFF to PDF Converter
ID kelfafbbmcbnnepkijbkaniokbanfadi
Official URL https://chromewebstore.google.com/detail/tiff-to-pdf-converter/kelfafbbmcbnnepkijbkaniokbanfadi
Description Convert TIFF images to PDF document.
File Size 4.63 MB
Installation Count 2,550
Current Version 3.4
Last Updated 2023-06-15
Publish Date 2020-05-28
Rating 3.32/5 Total 19 Ratings
Developer https://online-converter.freepdfsolutions.com
Email [email protected]
Payment Type free
Extension Website https://online-converter.freepdfsolutions.com/free-tiff-to-pdf-converter
Privacy Policy Page URL https://www.freepdfsolutions.com/privacypolicy.html
Supported Languages 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\/*"
    ]
}