PDF to HTML Converter

Convert PDF documents to HTML with just a click.

PDF to HTML Converter là gì?

PDF to HTML Converter là một tiện ích mở rộng Chrome được phát triển bởi https://online-converter.freepdfsolutions.com, và tính năng chính của nó là "Convert PDF documents to HTML with just a click.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng PDF to HTML Converter

Tải xuống các tệp mở rộng PDF to HTML Converter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PDF to HTML Converter PDF to HTML Converter
ID fjmhapcgdiimpdjlpeijgadlaajadehg
URL Chính Thức https://chromewebstore.google.com/detail/pdf-to-html-converter/fjmhapcgdiimpdjlpeijgadlaajadehg
Mô tả Convert PDF documents to HTML with just a click.
Kích Thước Tệp 80.1 KB
Số Lần Cài Đặt 4,735
Phiên Bản Hiện Tại 4.3
Cập Nhật Lần Cuối 2022-09-20
Ngày Phát Hành 2020-05-28
Đánh Giá 3.64/5 Tổng số 14 Đánh Giá
Nhà Phát Triển https://online-converter.freepdfsolutions.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://online-converter.freepdfsolutions.com/#pdf-to-html-converter
URL Trang Chính Sách Bảo Mật https://www.freepdfsolutions.com/privacypolicy.html
Ngôn Ngữ Được Hỗ Trợ 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": [
        "*:\/\/*\/*"
    ]
}