PDF to HTML Converter
Convert PDF documents to HTML with just a click.
PDF to HTML Converterとは何ですか?
PDF to HTML Converterはhttps://online-converter.freepdfsolutions.comによって開発されたChromeの拡張機能で、その主な機能は「Convert PDF documents to HTML with just a click.」です。
拡張機能のスクリーンショット
PDF to HTML Converter拡張機能のCRXファイルをダウンロード
PDF to HTML Converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
4.3 Version: Detects PDF links automatically and offers you to convert them to HTML format in a small window. Conversion steps: 1- Visit any pdf link on any website. 2- Our extension detects pdf and open the conversion window. 3- Click convert button, wait for this to finish. 4- Download converted html file.
拡張機能の基本情報
名前 | PDF to HTML Converter |
ID | fjmhapcgdiimpdjlpeijgadlaajadehg |
公式URL | https://chromewebstore.google.com/detail/pdf-to-html-converter/fjmhapcgdiimpdjlpeijgadlaajadehg |
説明 | Convert PDF documents to HTML with just a click. |
ファイルサイズ | 80.1 KB |
インストール数 | 4,735 |
現在のバージョン | 4.3 |
最終更新日 | 2022-09-20 |
公開日 | 2020-05-28 |
評価 | 3.64/5 合計 14 レビュー |
開発者 | https://online-converter.freepdfsolutions.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://online-converter.freepdfsolutions.com/#pdf-to-html-converter |
プライバシーポリシーページのURL | https://www.freepdfsolutions.com/privacypolicy.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "PDF to HTML Converter", "default_locale": "en", "description": "__MSG_extDescription__", "author": "[email protected]", "version": "4.3", "icons": { "128": "images\/icon-128.png", "48": "images\/icon-48.png", "16": "images\/icon-16.png" }, "background": { "service_worker": "background.js" }, "action": [], "permissions": [ "webRequest", "storage", "webNavigation" ], "host_permissions": [ "*:\/\/*\/*" ] } |