PDF to HTML Converter

Convert PDF documents to HTML with just a click.

Qu'est-ce que PDF to HTML Converter ?

PDF to HTML Converter est une extension Chrome développée par https://online-converter.freepdfsolutions.com, et sa fonction principale est "Convert PDF documents to HTML with just a click.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension PDF to HTML Converter

Téléchargez les fichiers d'extension PDF to HTML Converter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom PDF to HTML Converter PDF to HTML Converter
ID fjmhapcgdiimpdjlpeijgadlaajadehg
URL Officiel https://chromewebstore.google.com/detail/pdf-to-html-converter/fjmhapcgdiimpdjlpeijgadlaajadehg
Description Convert PDF documents to HTML with just a click.
Taille du Fichier 80.1 KB
Nombre d'Installations 4,735
Version Actuelle 4.3
Dernière Mise à Jour 2022-09-20
Date de Publication 2020-05-28
Évaluation 3.64/5 Total 14 Évaluations
Développeur https://online-converter.freepdfsolutions.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://online-converter.freepdfsolutions.com/#pdf-to-html-converter
URL de la Page de Politique de Confidentialité https://www.freepdfsolutions.com/privacypolicy.html
Langues Prises en Charge 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": [
        "*:\/\/*\/*"
    ]
}