TIFF to PDF Converter
Convert TIFF images to PDF document.
什麼是TIFF to PDF Converter?
TIFF to PDF Converter是由https://online-converter.freepdfsolutions.com開發的Chrome擴展程式,該擴展的主要功能是“Convert TIFF images to PDF document.”。
擴展截圖
下載TIFF to PDF Converter擴展crx文件
下載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) 擴展基本資訊
| 名稱 | |
| ID | kelfafbbmcbnnepkijbkaniokbanfadi |
| 官方網址 | 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\/*"
]
} | |