TIFF to PDF Converter
Convert TIFF images to PDF document.
Cos'è TIFF to PDF Converter?
TIFF to PDF Converter è un'estensione di Chrome sviluppata da https://online-converter.freepdfsolutions.com, e la sua funzione principale è "Convert TIFF images to PDF document.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TIFF to PDF Converter
Scarica i file di estensione TIFF to PDF Converter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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) Informazioni di Base sull'Estensione
| Nome | |
| ID | kelfafbbmcbnnepkijbkaniokbanfadi |
| URL Ufficiale | https://chromewebstore.google.com/detail/tiff-to-pdf-converter/kelfafbbmcbnnepkijbkaniokbanfadi |
| Descrizione | Convert TIFF images to PDF document. |
| Dimensione del File | 4.63 MB |
| Conteggio Installazioni | 2,550 |
| Versione Corrente | 3.4 |
| Ultimo Aggiornamento | 2023-06-15 |
| Data di Pubblicazione | 2020-05-28 |
| Valutazione | 3.32/5 Totale 19 Valutazioni |
| Sviluppatore | https://online-converter.freepdfsolutions.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://online-converter.freepdfsolutions.com/free-tiff-to-pdf-converter |
| URL della Pagina della Politica sulla Privacy | https://www.freepdfsolutions.com/privacypolicy.html |
| Lingue Supportate | 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\/*"
]
} | |