PDF to HTML Converter
Convert PDF documents to HTML with just a click.
What is PDF to HTML Converter?
PDF to HTML Converter is a Chrome extension developed by https://online-converter.freepdfsolutions.com, and its main feature is "Convert PDF documents to HTML with just a click.".
Extension Screenshots
Download PDF to HTML Converter Extension CRX File
Download PDF to HTML Converter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | PDF to HTML Converter |
ID | fjmhapcgdiimpdjlpeijgadlaajadehg |
Official URL | https://chromewebstore.google.com/detail/pdf-to-html-converter/fjmhapcgdiimpdjlpeijgadlaajadehg |
Description | Convert PDF documents to HTML with just a click. |
File Size | 80.1 KB |
Installation Count | 4,735 |
Current Version | 4.3 |
Last Updated | 2022-09-20 |
Publish Date | 2020-05-28 |
Rating | 3.64/5 Total 14 Ratings |
Developer | https://online-converter.freepdfsolutions.com |
[email protected] | |
Payment Type | free |
Extension Website | https://online-converter.freepdfsolutions.com/#pdf-to-html-converter |
Privacy Policy Page URL | https://www.freepdfsolutions.com/privacypolicy.html |
Supported Languages | 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": [ "*:\/\/*\/*" ] } |