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.”。

擴展截圖

screenshot

下載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 PDF to HTML Converter
ID fjmhapcgdiimpdjlpeijgadlaajadehg
官方網址 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": [
        "*:\/\/*\/*"
    ]
}