PDF to HTML Converter

Convert PDF documents to HTML with just a click.

Apa itu PDF to HTML Converter?

PDF to HTML Converter adalah ekstensi Chrome yang dikembangkan oleh https://online-converter.freepdfsolutions.com, dan fitur utamanya adalah "Convert PDF documents to HTML with just a click.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi PDF to HTML Converter

Unduh file ekstensi PDF to HTML Converter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama PDF to HTML Converter PDF to HTML Converter
ID fjmhapcgdiimpdjlpeijgadlaajadehg
URL Resmi https://chromewebstore.google.com/detail/pdf-to-html-converter/fjmhapcgdiimpdjlpeijgadlaajadehg
Deskripsi Convert PDF documents to HTML with just a click.
Ukuran File 80.1 KB
Jumlah Instalasi 4,735
Versi Saat Ini 4.3
Terakhir Diperbarui 2022-09-20
Tanggal Publikasi 2020-05-28
Penilaian 3.64/5 Total 14 Penilaian
Pengembang https://online-converter.freepdfsolutions.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://online-converter.freepdfsolutions.com/#pdf-to-html-converter
URL Halaman Kebijakan Privasi https://www.freepdfsolutions.com/privacypolicy.html
Bahasa yang Didukung 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": [
        "*:\/\/*\/*"
    ]
}