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 |
| 公式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 |
| Eメール | [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\/*"
]
} | |