PDF to HTML Converter

Convert PDF documents to HTML with just a click.

PDF to HTML Converterคืออะไร?

PDF to HTML Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://online-converter.freepdfsolutions.com และคุณลักษณะหลักของมันคือ "Convert PDF documents to HTML with just a click."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PDF to HTML Converter

ดาวน์โหลดไฟล์ส่วนขยาย 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
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": [
        "*:\/\/*\/*"
    ]
}