TIFF to PDF Converter

Convert TIFF images to PDF document.

TIFF to PDF Converter क्या है?

TIFF to PDF Converter https://online-converter.freepdfsolutions.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert TIFF images to PDF document."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TIFF to PDF Converter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
गोपनीयता नीति पृष्ठ 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\/*"
    ]
}