PDF to HTML Converter
Convert PDF documents to HTML with just a click.
Wat is PDF to HTML Converter?
PDF to HTML Converter is een Chrome-extensie ontwikkeld door https://online-converter.freepdfsolutions.com, en de belangrijkste functie is "Convert PDF documents to HTML with just a click.".
Extensie Screenshots
Download het CRX-bestand van de extensie PDF to HTML Converter
Download PDF to HTML Converter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | fjmhapcgdiimpdjlpeijgadlaajadehg |
| Officiële URL | https://chromewebstore.google.com/detail/pdf-to-html-converter/fjmhapcgdiimpdjlpeijgadlaajadehg |
| Beschrijving | Convert PDF documents to HTML with just a click. |
| Bestandsgrootte | 80.1 KB |
| Aantal Installaties | 4,735 |
| Huidige Versie | 4.3 |
| Laatst Bijgewerkt | 2022-09-20 |
| Publicatiedatum | 2020-05-28 |
| Beoordeling | 3.64/5 Totaal 14 Beoordelingen |
| Ontwikkelaar | https://online-converter.freepdfsolutions.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://online-converter.freepdfsolutions.com/#pdf-to-html-converter |
| URL van de Privacybeleid Pagina | https://www.freepdfsolutions.com/privacypolicy.html |
| Ondersteunde Talen | 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": [
"*:\/\/*\/*"
]
} | |