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 |
电子邮箱 | [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": [ "*:\/\/*\/*" ] } |